diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-11 23:05:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-11 23:05:20 +0000 |
commit | 97ad0f84a389805043513c35c7eefb1132ccae5a (patch) | |
tree | d66f4c8126c2fa33e1b75d415f6703951f460851 /Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx | |
parent | 7c415fb407ba63ddbd7e5329d660e4befd7a9131 (diff) |
archaeologie (11aug17)
git-svn-id: svn://tug.org/texlive/trunk@45020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx | 93 |
1 files changed, 46 insertions, 47 deletions
diff --git a/Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx b/Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx index 253141e9368..1db43dfd623 100644 --- a/Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx +++ b/Master/texmf-dist/tex/latex/archaeologie/archaeologie.cbx @@ -220,9 +220,9 @@ } %----------------------- \renewbibmacro*{postnote}{% - \ifboolexpr{% - test{\ifbool{bbx:inreferences}}% - and% + \ifboolexpr{ + bool{bbx:inreferences} + and test{\ifentrytype{inreference}}} {} {\iffieldundef{postnote}% @@ -289,11 +289,10 @@ }}} %----------------------- \newbibmacro{cite}{% - \ifboolexpr{% - test {\ifbool{bbx:inreferences}}% - and % - test {\ifentrytype{inreference}}% - }% + \ifboolexpr{ + bool{bbx:inreferences} + and + test{\ifentrytype{inreference}}} {\usebibmacro{cite:lexikon}}% {\ifbool{cbx:seenote}% {\usebibmacro{cite:seenote}}% @@ -443,11 +442,12 @@ {\usebibmacro{citeindex}% \usebibmacro{cite}} {\multicitedelim} - {\ifboolexpr{% - test{\ifbool{bbx:inreferences}}% - and% - test{\ifentrytype{inreference}}% - }{}{\usebibmacro{postnote}}}% + {\ifboolexpr{ + bool{bbx:inreferences} + and + test{\ifentrytype{inreference}}} + {} + {\usebibmacro{postnote}}}% %----------------------- \DeclareCiteCommand{\fullcite} {\usebibmacro{prenote}} @@ -483,11 +483,10 @@ \addspace\bibstring{and}\space}% \usebibmacro{prenote}}% {\usebibmacro{citeindex}% -\ifboolexpr{% - test {\ifbool{bbx:inreferences}}% - and % - test {\ifentrytype{inreference}}% - }% + \ifboolexpr{ + bool{bbx:inreferences} + and + test{\ifentrytype{inreference}}} {\printtext}% {\printtext[bibhyperref]}% {\printnames[citeauthor]{labelname}}}% @@ -499,25 +498,27 @@ \boolfalse{pagetracker}% \renewcommand*{\multinamedelim}{\addcomma\space}% \renewcommand*{\finalnamedelim}{% - \ifnumgreater{\value{liststop}}{2}{\finalandcomma}{}% - \addspace\bibstring{and}\space}% + \ifnumgreater{\value{liststop}}{2}{\finalandcomma}{}% + \addspace\bibstring{and}\space}% \usebibmacro{prenote}}% {\usebibmacro{citeindex}% -\ifboolexpr{% - test {\ifbool{bbx:inreferences}}% - and % - test {\ifentrytype{inreference}}% + \ifboolexpr{% + test {\ifentrytype{incollection}} + or + test {\ifentrytype{inbook}} }% - {\printtext}% - {\printtext[bibhyperref]}% - {\ifthenelse{% - \ifentrytype{incollection}% - \OR% - \ifentrytype{inbook}% - }% - {\printnames[citeauthor]{intranslator}}% - {\printnames[citeauthor]{translator}}}% - }% + {\ifnameundef{intranslator}% + {\bibstring{owntranslation}}% + {\printtext[bibhyperref]{\printnames[citeauthor]{intranslator}}}}% + {\ifnameundef{translator}% + {\bibstring{owntranslation}}% + {\ifboolexpr{ + bool {bbx:inreferences} + and + test {\ifentrytype{inreference}} + }% + {\printnames[citeauthor]{translator}} + {\printtext[bibhyperref]{\printnames[citeauthor]{translator}}}}}} {\multicitedelim}% {\usebibmacro{postnote}} %----------------------- @@ -531,13 +532,12 @@ \addspace\bibstring{and}\space}% \usebibmacro{prenote}}% {\usebibmacro{citeindex}% - \ifboolexpr{% - test {\ifbool{bbx:inreferences}}% - and % - test {\ifentrytype{inreference}}% - }% - {\printtext}% - {\printtext[bibhyperref]}% + \ifboolexpr{ + bool{bbx:inreferences} + and + test{\ifentrytype{inreference}}} + {\printtext}% + {\printtext[bibhyperref]}% {\ifthenelse{% \ifentrytype{incollection}% \OR% @@ -565,13 +565,12 @@ {\boolfalse{citetracker}% \boolfalse{pagetracker}% \usebibmacro{prenote}}% - {\ifboolexpr{% - test {\ifbool{bbx:inreferences}}% - and % - test {\ifentrytype{inreference}}% - }% + {\ifboolexpr{ + bool{bbx:inreferences} + and + test{\ifentrytype{inreference}}} {\printtext}% - {\printtext[bibhyperref]}{% + {\printtext[bibhyperref]}{% \ifbool{cbx:ancient}{\printtext[emph]{\usebibmacro{cite:title}}}% {\printtext[emph]{\usebibmacro{cite:title}}% \iffieldundef{year} |