diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/apacite/apacdoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/apacite/apacdoc.sty | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/apacite/apacdoc.sty b/Master/texmf-dist/tex/latex/apacite/apacdoc.sty index a301b52d413..990c850f7dd 100644 --- a/Master/texmf-dist/tex/latex/apacite/apacdoc.sty +++ b/Master/texmf-dist/tex/latex/apacite/apacdoc.sty @@ -44,7 +44,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{apacdoc} - [2013/07/04 v6.02 apacite documentation style] + [2013/07/21 v6.03 apacite documentation style] %% %% apacdoc.sty : Style package that is used for the apacite documentation. %% Written by Erik Meijer @@ -62,6 +62,20 @@ \newcommand{\SwapArgs}[2]{#2#1} \newcommand{\bibreftext}[2]{#2} \newcommand{\Dutchvon}[2]{#2} +\DeclareRobustCommand\APACredefineOnce[2]{% + \global + \expandafter\let + \csname old#1\expandafter\endcsname + \csname #1\endcsname + \expandafter\gdef + \csname #1\expandafter\endcsname + {{#2}% + \global + \expandafter\let + \csname #1\expandafter\endcsname + \csname old#1\endcsname + }% +} \DeclareRobustCommand{\bibeditortype}[1]{\relax }% \def\renewbibeditortype{% \def\oldBED{}% |