summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx26
1 files changed, 12 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
index c2bac9f4831..e39ca992ba7 100644
--- a/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-dw/bbx/authortitle-dw.bbx
@@ -1,6 +1,6 @@
-% authortitle-dw.bbx, Dominik Waßenhoven 2012
+% authortitle-dw.bbx, Dominik Waßenhoven 2013
-\ProvidesFile{authortitle-dw.bbx}[2012/06/28 v1.5 biblatex bibliography style]
+\ProvidesFile{authortitle-dw.bbx}[2013/09/07 v1.6 biblatex bibliography style]
\RequireBibliographyStyle{standard-dw}
@@ -233,7 +233,7 @@
%% Formate in der Bibliographie
\DeclareFieldFormat{annotation}{%
- \annotationfont #1\addperiod\par}
+ \annotationfont #1}%\addperiod\par}
\DeclareFieldFormat{booktitle}{#1}
\DeclareFieldFormat{edition}{%
\ifinteger{#1}
@@ -253,7 +253,7 @@
\DeclareFieldFormat{journaltitle}{#1}
\DeclareFieldFormat{issuetitle}{#1}
\DeclareFieldFormat{library}{%
- \libraryfont #1\addperiod\par}
+ \libraryfont #1}%\addperiod\par}
\DeclareFieldFormat{maintitle}{#1}
\DeclareFieldFormat{review}{%
\bibstring{review}%
@@ -298,21 +298,19 @@
test {\iffieldundef{library}}
}
{\finentry}
- {\iffieldundef{library}
- {\iffieldundef{annotation}
+ {\iffieldundef{annotation}
+ {\iffieldundef{library}
{\finentry}
{}}%
- {\ifbool{bbx:library}
+ {\ifbool{bbx:annotation}
{\setunit{\addperiod\par}
- \printfield{library}}
+ \printfield{annotation}}
{}}%
- \iffieldundef{annotation}
+ \iffieldundef{library}
{}
- {\ifbool{bbx:annotation}
- {\iffieldundef{library}% wenn library ebenfalls ausgegeben wird, keinen Punkt und Absatz machen (ist dann von library schon gesetzt)
- {\setunit{\addperiod\par}}
- {}
- \printfield{annotation}}
+ {\ifbool{bbx:library}
+ {\setunit{\addperiod\par}
+ \printfield{library}}
{}}%
\finentry}}