diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-15 22:52:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-15 22:52:08 +0000 |
commit | 9fec7f4dcf3c81ead88a940b67e9d12f8eb79937 (patch) | |
tree | 51bfed5804cd77e1fc7155d10d86f68497e7e43a /Master/texmf-dist/tex | |
parent | b2ddf62817c96b4c13350413bb378c137a3a14bd (diff) |
biblatex-arthistory-bonn (15nov17)
git-svn-id: svn://tug.org/texlive/trunk@45819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.bbx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.cbx | 4 |
2 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.bbx b/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.bbx index 9e432e078d4..92cff2b64af 100644 --- a/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.bbx @@ -8,8 +8,8 @@ % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX % version 2005/12/01 or later. -\def\arthist@date{2017-03-11} -\def\arthist@version{1.0} +\def\arthist@date{2017-11-15} +\def\arthist@version{1.1} \def\arthist@bbxid{\arthist@date\space v\arthist@version\space biblatex-arthistory-bonn bibliography style (LCB|TK)} \def\arthist@cbxid{\arthist@date\space v\arthist@version\space biblatex-arthistory-bonn citation style (LCB|TK)} \def\arthist@lbxid{\arthist@date\space v\arthist@version\space biblatex-arthistory-bonn localization (LCB|TK)} @@ -431,13 +431,17 @@ test {\iffieldundef{mainsubtitle}} \newbibmacro{thesis+date}{% \iffieldequalstr{thesistype}{tzugl}% {\bibstring{tzugl}}% - {\bibstring{zugl}}% + {\ifentrytype{thesis}% + {}% + {\bibstring{zugl}}}% \addspace% \printlist{institution}% \newunit% \printfield{type}% \newunit% -\printthesisdate% + \ifentrytype{thesis}% + {\usebibmacro{pubstate+year}}% + {\printthesisdate}% } %----------------------- \newbibmacro*{series+number+diss+date}{% @@ -882,7 +886,9 @@ test {\iffieldundef{mainsubtitle}} \usebibmacro{title}% \newunit\newblock \usebibmacro{byauthor}% - \printtext[parens]{\usebibmacro{thesis+date}}% + % \printtext[parens]{% + \usebibmacro{thesis+date}% + %}% \newunit\newblock \usebibmacro{chapter+pages}% \newunit diff --git a/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.cbx b/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.cbx index 50344f75cc6..4fe90fbe9ea 100644 --- a/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-arthistory-bonn/arthistory-bonn.cbx @@ -79,7 +79,7 @@ {\usebibmacro{cite:reference}}% {\printnames{labelname}% \setunit{\printdelim{nameyeardelim}}% - \printtext[bibhyperref]{\usebibmacro{date+extrayear}}}}}}} + \printtext[bibhyperref]{\usebibmacro{date+extradate}}}}}}} \newbibmacro*{cite:normal}{% \global\boolfalse{cbx:loccit}% @@ -140,7 +140,7 @@ \printfield{postnote}}} %http://tex.stackexchange.com/a/158481/98739 -\xpatchbibmacro{date+extrayear}{% +\xpatchbibmacro{date+extradate}{% \printtext[parens]% }{% \printtext% |