summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/blx-natbib.def')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex/blx-natbib.def10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def b/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def
index c929febb9f1..4817f72e16c 100644
--- a/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def
+++ b/Master/texmf-dist/tex/latex/biblatex/blx-natbib.def
@@ -1,7 +1,7 @@
\ProvidesFile{blx-natbib.def}
[\abx@cptid]
-\renewcommand*{\nameyeardelim}{\addcomma\space}
+\DeclareDelimFormat{nameyeardelim}{\addcomma\space}
\newrobustcmd*{\citet}{%
\@ifstar
@@ -16,13 +16,11 @@
{\parencite}}
\newrobustcmd*{\citealt}{%
+ \AtNextCite{\DeclareDelimFormat{nameyeardelim}{\addspace}}%
\@ifstar
- {\AtNextCite{%
- \def\nameyeardelim{\addspace}%
- \AtEachCitekey{\defcounter{maxnames}{999}}}%
+ {\AtNextCite{\AtEachCitekey{\defcounter{maxnames}{999}}}%
\cite}
- {\AtNextCite{\def\nameyeardelim{\addspace}}%
- \cite}}
+ {\cite}}
\newrobustcmd*{\citealp}{%
\@ifstar