diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 18:35:15 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-08-02 18:35:15 +0000 |
commit | c047122dd76be17f819bf86afd136bddf9f8c41f (patch) | |
tree | b0068c3692a312dbad2025085e4e40bf0300d8dc /Master/texmf-dist/tex/latex/biblatex/biblatex.def | |
parent | a9aa077338c951ba3f5d90d923b4bb548dc7b3d8 (diff) |
biblatex 1.6 2011/07/29
git-svn-id: svn://tug.org/texlive/trunk@23324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.def | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.def b/Master/texmf-dist/tex/latex/biblatex/biblatex.def index 058c0a5ebf9..fe50dcacf90 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.5 2011/06/08 18:45:46 lehman stable $ +% $Id: biblatex.def,v 1.6 2011/07/29 19:21:28 lehman stable $ \ProvidesFile{biblatex.def} -[\abx@rcsid $Id: biblatex.def,v 1.5 2011/06/08 18:45:46 lehman stable $ +[\abx@rcsid $Id: biblatex.def,v 1.6 2011/07/29 19:21:28 lehman stable $ biblatex generic definitions] % ------------------------------------------------------------------ @@ -145,7 +145,7 @@ \do\u\do\v\do\w\do\x\do\y\do\z \let\do\noexpand} -% The above code allows linebreaks after numbers as a last resort. +% The above code allows linebreaks before numbers and letters. % This is often the only way to break DOIs. It also allows breaks % after hyphens and adjusts \Urlmuskip to add some stretchability % to URLs. @@ -286,6 +286,8 @@ % citation commands \DeclareFieldFormat{prenote}{#1\isdot} \DeclareFieldFormat{postnote}{\mkpageprefix[pagination]{#1}} +\DeclareFieldFormat{volcitevolume}{\bibstring{volume}\ppspace#1} +\DeclareFieldFormat{volcitepages}{\mkpageprefix[pagination]{#1}} % multicite commands \DeclareFieldFormat{multiprenote}{#1\isdot} \DeclareFieldFormat{multipostnote}{\mkpageprefix[pagination]{#1}} |