summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-source-division
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-16 23:10:13 +0000
committerKarl Berry <karl@freefriends.org>2014-01-16 23:10:13 +0000
commit563aa16d63db4401947079a1f81ade8e411791f1 (patch)
tree6e11d9fae3f80aea87d14f5efb114fd00961d400 /Master/texmf-dist/tex/latex/biblatex-source-division
parent9ea4f698ce68c7ab6720c2b097588e8fe75b80bb (diff)
biblatex-source-division (16jan14)
git-svn-id: svn://tug.org/texlive/trunk@32692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-source-division')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-source-division/biblatex-source-division.sty10
1 files changed, 5 insertions, 5 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 1fbf1c7edac..5f80b936eb7 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
@@ -26,7 +26,7 @@
\setunit{\prenotedelim}}}
% Get source division, put in in titladdon field, and delete source division from the postnote field
-\newbibmacro{getsourcedivision}{
+\newbibmacro{getsourcedivision}{%
\usefield{\getsourcedivision@}{postnote}%
\restorefield{titleaddon}{\titleaddon}%
\restorefield{postnote}{\postnote}%
@@ -35,18 +35,18 @@
% Analyse of the source division
%% Main command
-\newrobustcmd*{\getsourcedivision@}[1]{\getsourcedivision@i#1&}
+\newrobustcmd*{\getsourcedivision@}[1]{\getsourcedivision@i#1++}
% Are there parenthesis ?
\def\getsourcedivision@i{%
\@ifnextchar(%)
- {\getsourcedivision@ii}
+ {\getsourcedivision@ii}%
{\getsourcedivision@ii()}}
% Put the source division and "true" postnote in macro
-\def\getsourcedivision@ii(#1)#2&{%
+\def\getsourcedivision@ii(#1)#2++{%
\gdef\titleaddon{#1}%
- \gdef\postnote{#2}
+ \gdef\postnote{#2}%
}
\endinput \ No newline at end of file