diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex | 17 |
1 files changed, 15 insertions, 2 deletions
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 0cc3a2ac425..51ee2bb2633 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ieee/biblatex-ieee.tex @@ -23,8 +23,8 @@ \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 v1.0a, last revised 2011/04/07.}} -\date{Released 2011/04/07} + \footnote{This file describes v1.0b, last revised 2011/05/09.}} +\date{Released 2011/05/09} \providecommand*\pkg[1]{\textsf{#1}} @@ -55,6 +55,17 @@ The package introduces new bibliography strings: \end{description} These may be localized in the usual way. +The apparenacne of URLs in the bibliography is set by the mechanism of the +\textsf{url} package. Thus to print URLs in the current roman font, +place the instruction +\begin{verbatim} + \renewcommand*\UrlFont{\rmfamily} +\end{verbatim} +immediately before +\begin{verbatim} + \printbibliography +\end{verbatim} + Suggestions for improvement and bug reports can be logged in the package issue database, found at \url{https://bitbucket.org/josephwright/biblatex-ieee/issues}, or can @@ -70,6 +81,8 @@ be sent by e-mail to \changes{v1.0a}{2011/04/07}{Print \enquote{presented at} for \texttt{inproceedings} entries only if an \texttt{eventtitle} is available} +\changes{v1.0b}{2011/05/07}{Add instructions for printing URL in roman font} +\changes{v1.0b}{2011/05/07}{Use dash for repeated author names} \PrintChanges |