summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/authortitle-dw.bbx24
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/footnote-dw.bbx4
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/standard-dw.bbx29
3 files changed, 33 insertions, 24 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/authortitle-dw.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/authortitle-dw.bbx
index 075131d4ee..79ed4906dd 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/authortitle-dw.bbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/authortitle-dw.bbx
@@ -1,6 +1,6 @@
-% authortitle-dw.bbx, Dominik Waßenhoven 2016
+% authortitle-dw.bbx, Dominik Waßenhoven 2023
-\ProvidesFile{authortitle-dw.bbx}[2016/12/06 v1.7 biblatex bibliography style]
+\ProvidesFile{authortitle-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
\RequireBibliographyStyle{standard-dw}
@@ -681,11 +681,11 @@
\renewbibmacro*{editor}{%
\ifthenelse{\ifuseeditor\AND\NOT\ifnameundef{editor}}
{\ifbool{bbx:idembib}
- {\ifthenelse{\iffieldequals{namehash}{\bbx@lasthash}\AND
+ {\ifthenelse{\iffieldequals{fullhash}{\bbx@lasthash}\AND
\NOT\iffirstonpage}
{\bibnamedash}
{\printnames{editor}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames{editor}%
\global\undef\bbx@lasthash}%
\usebibmacro{editorstringpunct}%
@@ -699,11 +699,11 @@
\renewbibmacro*{editor+others}{%
\ifthenelse{\ifuseeditor\AND\NOT\ifnameundef{editor}}
{\ifbool{bbx:idembib}
- {\ifthenelse{\iffieldequals{namehash}{\bbx@lasthash}\AND
+ {\ifthenelse{\iffieldequals{fullhash}{\bbx@lasthash}\AND
\NOT\iffirstonpage}
{\bibnamedash}
{\printnames{editor}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames{editor}}%
\usebibmacro{editorstringpunct}%
\usebibmacro{editor+othersstrg}%
@@ -716,11 +716,11 @@
\renewbibmacro*{translator}{%
\ifthenelse{\ifusetranslator\AND\NOT\ifnameundef{translator}}
{\ifbool{bbx:idembib}
- {\ifthenelse{\iffieldequals{namehash}{\bbx@lasthash}\AND
+ {\ifthenelse{\iffieldequals{fullhash}{\bbx@lasthash}\AND
\NOT\iffirstonpage}
{\bibnamedash}
{\printnames{translator}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames{translator}}%
\usebibmacro{editorstringpunct}%
\usebibmacro{translatorstrg}%
@@ -733,11 +733,11 @@
\renewbibmacro*{translator+others}{%
\ifthenelse{\ifusetranslator\AND\NOT\ifnameundef{translator}}
{\ifbool{bbx:idembib}
- {\ifthenelse{\iffieldequals{namehash}{\bbx@lasthash}\AND
+ {\ifthenelse{\iffieldequals{fullhash}{\bbx@lasthash}\AND
\NOT\iffirstonpage}
{\bibnamedash}
{\printnames{translator}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames{translator}}%
\usebibmacro{editorstringpunct}%
\usebibmacro{translator+othersstrg}%
@@ -777,11 +777,11 @@
\newbibmacro*{author:output}{%
\ifthenelse{\ifuseauthor\AND\NOT\ifnameundef{author}}
{\ifbool{bbx:idembib}
- {\ifthenelse{\iffieldequals{namehash}{\bbx@lasthash}\AND
+ {\ifthenelse{\iffieldequals{fullhash}{\bbx@lasthash}\AND
\NOT\iffirstonpage}
{\bibnamedash}
{\printnames{author}%
- \savefield{namehash}{\bbx@lasthash}}}
+ \savefield{fullhash}{\bbx@lasthash}}}
{\printnames{author}%
\global\undef\bbx@lasthash}%
\iffieldundef{authortype}
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/footnote-dw.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/footnote-dw.bbx
index a0ebd77967..abb62b42f6 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/footnote-dw.bbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/footnote-dw.bbx
@@ -1,6 +1,6 @@
-% footnote-dw.bbx, Dominik Waßenhoven 2016
+% footnote-dw.bbx, Dominik Waßenhoven 2023
-\ProvidesFile{footnote-dw.bbx}[2016/12/06 v1.7 biblatex bibliography style]
+\ProvidesFile{footnote-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
\RequireBibliographyStyle{authortitle-dw}
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/standard-dw.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/standard-dw.bbx
index 66d7740802..b97448eebd 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/standard-dw.bbx
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-dw/latex/bbx/standard-dw.bbx
@@ -1,6 +1,6 @@
-% standard-dw.bbx, Dominik Waßenhoven 2016
+% standard-dw.bbx, Dominik Waßenhoven 2023
-\ProvidesFile{standard-dw.bbx}[2016/12/06 v1.7 biblatex bibliography style]
+\ProvidesFile{standard-dw.bbx}[2023/03/09 v1.7a biblatex bibliography style]
\@ifpackagelater{biblatex}{2016/03/11}
{}
@@ -299,10 +299,10 @@
\addspace}%
{\printnames[byeditor]{editor}%
\usebibmacro{editorstringpunct}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames[byeditor]{editor}%
\usebibmacro{editorstringpunct}%
- \savefield{namehash}{\bbx@lasthash}}%
+ \savefield{fullhash}{\bbx@lasthash}}%
\usebibmacro{editorstrg}%
\clearname{editor}%
\setunit{\labelnamepunct}\newblock}
@@ -314,10 +314,10 @@
\addspace}%
{\printnames[byeditor]{translator}%
\usebibmacro{editorstringpunct}%
- \savefield{namehash}{\bbx@lasthash}}}%
+ \savefield{fullhash}{\bbx@lasthash}}}%
{\printnames[byeditor]{translator}%
\usebibmacro{editorstringpunct}%
- \savefield{namehash}{\bbx@lasthash}}%
+ \savefield{fullhash}{\bbx@lasthash}}%
\usebibmacro{translatorstrg}%
\clearname{translator}%
\setunit{\labelnamepunct}\newblock}
@@ -457,6 +457,11 @@
{\printfield{volumes}}
{}}}
+%% 'addendum' bei xref-child ausgeben
+\newbibmacro*{xrefaddendum}{%
+ \newunit
+ \printfield{addendum}}%
+
%% Option 'shortjournal=true|false'
\renewbibmacro*{journal}{%
\ifbool{bbx:shortjournal}
@@ -1002,7 +1007,8 @@
\usebibmacro{noxref:inbook}}%
{\printtext{\bbx@xref{\thefield{xref}}}% xref
\usebibmacro{xrefvolume}%
- \usebibmacro{pages}}}%
+ \usebibmacro{pages}%
+ \usebibmacro{xrefaddendum}}}%
{\usebibmacro{noxref:inbook}}% bei xref=false
\usebibmacro{finentry}}
@@ -1032,7 +1038,8 @@
\usebibmacro{noxref:incollection}}
{\printtext{\bbx@xref{\thefield{xref}}}% xref
\usebibmacro{xrefvolume}%
- \usebibmacro{pages}}}%
+ \usebibmacro{pages}%
+ \usebibmacro{xrefaddendum}}}%
{\usebibmacro{noxref:incollection}}% bei xref=false
\usebibmacro{finentry}}
@@ -1070,7 +1077,8 @@
\usebibmacro{noxref:inproceedings}}%
{\printtext{\bbx@xref{\thefield{xref}}}% xref
\usebibmacro{xrefvolume}%
- \usebibmacro{pages}}}%
+ \usebibmacro{pages}%
+ \usebibmacro{xrefaddendum}}}%
{\usebibmacro{noxref:inproceedings}}% bei xref=false
\usebibmacro{finentry}}
@@ -1111,7 +1119,8 @@
{\booltrue{cbx:xrefparent:firstcite}}% parent wurde noch nicht zitiert
\printtext{\bbx@xref{\thefield{xref}}}% xref
\usebibmacro{xrefvolume:inreference}%
- \usebibmacro{pages}}}%
+ \usebibmacro{pages}%
+ \usebibmacro{xrefaddendum}}}%
{\usebibmacro{noxref:inreference}}% bei xref=false
\usebibmacro{finentry}}