summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-03 23:09:31 +0000
committerKarl Berry <karl@freefriends.org>2010-10-03 23:09:31 +0000
commitde651e8d3395141f506edeeb511149fa8c8b3803 (patch)
tree2ec44d3190c8a56ebd365c9a3b23256913bc8809 /Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
parent03424a93def5da4535267cf5f84f43ddc9dca37d (diff)
biblatex-apa (3oct10)
git-svn-id: svn://tug.org/texlive/trunk@19989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx69
1 files changed, 52 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
index 484f9f88c48..dfb2d08dbf0 100644
--- a/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
+++ b/Master/texmf-dist/tex/latex/biblatex-apa/ngerman-apa.lbx
@@ -64,24 +64,59 @@
% You must use \printdate to get here otherwise it will be ignored
\DefineBibliographyExtras{ngerman}{%
- \protected\def\mkbibdatelong#1#2#3{%
- \ifthenelse{\iffieldundef{#1}}
- {}
- {\thefield{#1}%
- \ifthenelse{\(\equal{#1}{year}\AND\iffieldundef{month}\)\OR%
- \(\equal{#1}{endyear}\AND\iffieldundef{endmonth}\)}
- {}
- {\addcomma\addspace}}%
- \ifthenelse{\iffieldundef{#3}}
+ \protected\def\mkbibdateapalong#1#2#3{%
+ \iffieldundef{#1}%
+ {}%
+ {\thefield{#1}}%
+ \iffieldundef{#3}%
+ {}%
+ {\iffieldundef{#1}%
+ {}
+ {\addcomma\addspace}%
+ \stripzeros{\thefield{#3}}}%
+ \iffieldundef{#2}%
+ {}%
+ {\iffieldundef{#3}
+ {\iffieldundef{#1}
{}
- {\stripzeros{\thefield{#3}}%
- \ifthenelse{\(\equal{#3}{day}\AND\iffieldundef{month}\)\OR%
- \(\equal{#2}{endday}\AND\iffieldundef{endmonth}\)}
- {}
- {\adddot\addspace}}%
- \ifthenelse{\iffieldundef{#2}}
- {}
- {\mkbibmonth{\thefield{#2}}}}}
+ {\addspace}}%
+ {\adddot\addspace}%
+ \mkbibmonth{\thefield{#2}}}}%
+ \protected\def\mkbibdateapalongextra#1#2#3{%
+ \iffieldundef{#1}%
+ {}%
+ {\thefield{#1}\printfield{extrayear}}%
+ \iffieldundef{#3}%
+ {}%
+ {\iffieldundef{#1}%
+ {}
+ {\addcomma\addspace}%
+ \stripzeros{\thefield{#3}}}%
+ \iffieldundef{#2}%
+ {}%
+ {\iffieldundef{#3}
+ {\iffieldundef{#1}
+ {}
+ {\addspace}}%
+ {\adddot\addspace}%
+ \mkbibmonth{\thefield{#2}}}}%
+ \protected\def\mkbibdateapalongdmy#1#2#3{%
+ \iffieldundef{#3}%
+ {}%
+ {\stripzeros{\thefield{#3}}}%
+ \iffieldundef{#2}%
+ {}%
+ {\iffieldundef{#3}%
+ {}%
+ {\adddot\addspace}%
+ \mkbibmonth{\thefield{#2}}}%
+ \iffieldundef{#1}%
+ {}%
+ {\iffieldundef{#2}%
+ {}%
+ {\addspace}%
+ \thefield{#1}}}}
+
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%