diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty b/Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty index 3ef057eb4c5..d9f95acef28 100644 --- a/Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty +++ b/Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty @@ -15,7 +15,7 @@ % This work consists of the file biblatex-source-division.sty \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biblatex-source-division}[2014/03/25 v2.1.1 source division for biblatex] +\ProvidesPackage{biblatex-source-division}[2014/06/17 v2.2.0 source division for biblatex] \RequirePackage{xpatch} % Test if the package biblatex-true-citepages-omit is loaded @@ -73,8 +73,9 @@ \usefield{\getsourcedivision@}{volpostnote}% } -% Insert source division in cite:title and cite:ibid (for op. cit. and ibid.) +% Insert source division in cite:short, cite:title and cite:ibid (for abreviated forms) +\xapptobibmacro{cite:short}{\newunit\printfield{titleaddon}}{}{} \xapptobibmacro{cite:title}{\newunit\printfield{titleaddon}}{}{} \xapptobibmacro{cite:ibid}{\newunit\printfield{titleaddon}}{}{} \endinput
\ No newline at end of file |