diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ieee/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf | bin | 276345 -> 320922 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx | 2 |
5 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/README b/Master/texmf-dist/doc/latex/biblatex-ieee/README index c58dcaa00be..27cc71c1e40 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ieee/README +++ b/Master/texmf-dist/doc/latex/biblatex-ieee/README @@ -7,7 +7,7 @@ Released under the LaTeX Project Public License v1.3c or later See http://www.latex-project.org/lppl.txt --------------------------------------------------------------- -The biblatex-ieee package provides an implementation if the +The biblatex-ieee package provides an implementation of the bibliography style of the IEEE for biblatex. This implementation follows standard biblatex conventions, and can be used simply by loading biblatex with the appropriate option diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf Binary files differindex 5b9e9713632..fc2d6875d34 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex index e72da3aabbe..61196bc6704 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex @@ -8,25 +8,28 @@ %% --------------------------------------------------------------- %% -\documentclass[a4paper]{article} +\documentclass[a4paper]{ltxdoc} \usepackage[T1]{fontenc} \usepackage[style=ieee]{biblatex} \usepackage[final]{microtype} \usepackage{csquotes,lmodern} \usepackage{hyperref} + \hypersetup{pdfborder = 0 0 0} -\bibliography{biblatex-ieee} +\addbibresource{biblatex-ieee} \author{Joseph Wright\thanks{E-mail: \href{mailto:joseph.wright@morningstar2.co.uk} {\texttt{joseph.wright@morningstar2.co.uk}}}} \title{The \pkg{ieee} bibliography style for \pkg{biblatex}% - \footnote{This file describes v0.9a, last revised 2011/02/15.}} + \footnote{This file describes v1.0, last revised 2011/02/27.}} \date{Released 2011/02/15} \providecommand*\pkg[1]{\textsf{#1}} +\RecordChanges + \begin{document} \maketitle @@ -63,6 +66,10 @@ be sent by e-mail to \printbibliography +\changes{v1.0}{2011/02/27}{First stable release} + +\PrintChanges + \end{document} %% diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index 4d306a099d0..b6b2fac567b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.bbx}[2011/02/15 v0.9a biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2011/02/27 v1.0 biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -391,7 +391,7 @@ } % New bibliography drivers, using the required order of fields. These -% are mainly copied from standard.bbx then modified +% are mainly copied from standard.bbx then modified. \DeclareBibliographyDriver{article}{% \usebibmacro{bibindex}% \usebibmacro{begentry}% diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx index bd34d565d68..d61c9817ddf 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.cbx}[2011/02/15 v0.9a biblatex citation style] +\ProvidesFile{ieee.cbx}[2011/02/27 v1.0 biblatex citation style] \RequireCitationStyle{numeric-comp} |