diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index b62b75bf3df..b88df4fe151 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.def +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.def @@ -1,7 +1,7 @@ -% $Id: biblatex.def,v 1.4 2011/03/31 21:55:36 lehman stable $ +% $Id: biblatex.def,v 1.4a 2011/04/06 20:10:00 lehman stable $ \ProvidesFile{biblatex.def} -[\abx@rcsid $Id: biblatex.def,v 1.4 2011/03/31 21:55:36 lehman stable $ +[\abx@rcsid $Id: biblatex.def,v 1.4a 2011/04/06 20:10:00 lehman stable $ biblatex generic definitions] % ------------------------------------------------------------------ @@ -271,7 +271,7 @@ \DeclareFieldFormat [suppbook,suppcollection,suppperiodical] {citetitle}{#1} -\DeclareFieldFormat{labelyear}{#1}% = the '1995' part in 'Jones 1995a' +\DeclareFieldFormat{labelyear}{\stripzeros{#1}}% = the '1995' part in 'Jones 1995a' \DeclareFieldFormat{extrayear}{% = the 'a' in 'Jones 1995a' \iffieldnums{labelyear} {\mknumalph{#1}} |