summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-11 22:19:39 +0000
committerKarl Berry <karl@freefriends.org>2018-06-11 22:19:39 +0000
commit97fd3780f5c37e7667a82e30184b6c91469ad1ac (patch)
tree7c972a9f40057fbee3e6da82578ad48530fcfc59 /Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx
parentb00bffe83bc1a4c66e79fe6a340b20b075a2aea6 (diff)
biblatex-archaeology (11jun18)
git-svn-id: svn://tug.org/texlive/trunk@47989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx41
1 files changed, 37 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx b/Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx
index fe25c6f6480..701b92c46f4 100644
--- a/Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-archaeology/authoryear-icomp-archaeology.bbx
@@ -7,7 +7,7 @@
%% biblatex-archaeology.dtx (with options: `authoryearicompBBX,authoryearsharedBBX')
%%
\ProvidesFile{authoryear-icomp-archaeology.bbx}
-[2017/11/16 v1.3 biblatex-archaeology bibliography style (IB)]
+[2018/06/10 v2.0 biblatex-archaeology bibliography style (IB)]
\RequireBibliographyStyle{authoryear-icomp}
\def\archaeobibstyletitle{\blxarch@style@ayic}
\def\blxarch@fork@authordate{}
@@ -20,8 +20,10 @@
\def\blxarch@settabbedlabeldate#1{%
\xpatchbibdriver{#1}{\setunit{\printdelim{nametitledelim}}\newblock}
{\setunit{\printdelim{nametitledelim}}%
- \iftabbedlabeldate{&}{\newblock}}{}{}
- \xapptobibdriver{#1}{\end{tabbedlabeldate}}{}{}
+ \iftabbedlabeldate{&}{\newblock}}
+{}{Patching driver '#1' failed (a)}
+ \xapptobibdriver{#1}{\end{tabbedlabeldate}}
+{}{Patching driver '#1' failed (b)}
}
\blxarch@settabbedlabeldate{article}
\blxarch@settabbedlabeldate{book}
@@ -31,8 +33,39 @@
\blxarch@settabbedlabeldate{periodical}
\blxarch@settabbedlabeldate{thesis}
\blxarch@settabbedlabeldate{unpublished}
-\xpatchbibdriver{inreference}{{finentry}}{{finentry}\end{tabbedlabeldate}}{}{}
+\xpatchbibdriver{inreference}{{finentry}}{{finentry}\end{tabbedlabeldate}}
+ {}{Patching driver 'inreference' failed (1)}
\DeclareNameAlias{sortname}{family-given/given-family}
+\xpretobibmacro{begentry}{%
+ \csuse{blxarch@issuedate}%
+}{}{Patching bibmacro 'begentry' failed (1)}
+\xpretobibmacro{finentry}{%
+ \restorebibmacro{issue+date}%
+}{}{Patching bibmacro 'finentry' failed (2)}
+\xpatchbibmacro{author}{\printnames{author}}{%
+ \ifidemincitation
+ {\printtext{%
+ \bibstring{idem\thefield{gender}}}}
+ {\usebibmacro{sortnamelist}{author}}}
+{}{Patching bibmacro 'author' failed (1)}
+\xpatchbibmacro{author}{\usebibmacro{date+extradate}}{\usebibmacro{labeldate+edition}}
+ {}{Patching bibmacro 'author' failed (2)}
+\xpatchbibmacro{bbx:editor}{\printnames{editor}}{%
+ \ifidemincitation
+ {\printtext{%
+ \bibstring{idem\thefield{gender}}}}
+ {\usebibmacro{sortnamelist}{editor}}}
+{}{Patching bibmacro 'bbx:editor' failed (1)}
+\xpatchbibmacro{bbx:translator}{\printnames{translator}}{%
+ \ifidemincitation
+ {\printtext{%
+ \bibstring{idem\thefield{gender}}}}
+ {\usebibmacro{sortnamelist}{translator}}}
+{}{Patching bibmacro 'bbx:translator' failed}
+\xpatchbibmacro{bbx:editor}{\usebibmacro{date+extradate}}{\usebibmacro{labeldate+edition}}
+ {}{Patching bibmacro 'bbx:editor' failed (2)}
+\xpatchbibmacro{bbx:translator}{\usebibmacro{date+extradate}}{\usebibmacro{labeldate+edition}}
+ {}{Patching bibmacro 'bbx:translator' failed}
\endinput
%%
%% End of file `authoryear-icomp-archaeology.bbx'.