summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-source-division
diff options
context:
space:
mode:
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