diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx index 7094db3ed45..0463de4d4b0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authoryear-iecomp.cbx @@ -1,8 +1,9 @@ \ProvidesFile{ext-authoryear-iecomp.cbx} - [2019/02/08 v0.7 biblatex authoryear-iecomp + [2019/04/04 v0.7a biblatex authoryear-iecomp citation style (MW)] -\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex}{}{}{}{} +\blx@inputonce{ext-biblatex-aux.def}{auxiliary code for ext-biblatex} + {}{}{}{} \RequireCitationStyle{authoryear-icomp} @@ -49,7 +50,7 @@ {} {\entrydata{\cbx@lastkey} {\ifnumless{\value{cbx@extradatecount}}{1} - {\extblx@warning{% This should not happen, so warn when it does + {\extblx@warning{% This should not happen Uh-oh!\MessageBreak The extradate compression is quite likely\MessageBreak wrong for \cbx@lastkey.\MessageBreak @@ -109,9 +110,10 @@ \usebibmacro{cite:labeldate+extradate}% \usebibmacro{cite:reinit}} {\iffieldequals{namehash}{\cbx@lasthash} - {\ifboolexpr{test {\iffieldequals{labelyear}{\cbx@lastyear}} - and (test {\ifnumequal{\value{multicitecount}}{0}} - or test {\iffieldundef{postnote}})} + {\ifboolexpr{ + test {\iffieldequals{labelyear}{\cbx@lastyear}} + and ( test {\ifnumequal{\value{multicitecount}}{0}} + or test {\iffieldundef{postnote}})} {\usebibmacro{cite:comp:extradate}} {\usebibmacro{cite:dump:extradate}% \setunit{\compcitedelim}% @@ -295,7 +297,8 @@ {} {\usebibmacro{cite:postnote}} -% smartcite's delimcontext needs special attention (see ext-biblatex-aux.def) +% smartcite's delimcontext needs special attention +% (see ext-biblatex-aux.def) \DeclareCiteCommand{\smartcite}[\mksmartcite] {\delimcontext{\extblx@thisdelimcontext}% \usebibmacro{cite:init}% @@ -349,8 +352,8 @@ % biblatex-ext is released under the LaTeX Project Public License v1.3c % or later. % -% A complete list of files included in that package can be found in README.md -% or - failing that - in ext-standard.bbx. +% A complete list of files included in that package can be found in +% README.md or - failing that - in ext-standard.bbx. % % Official releases of this package are on CTAN % https://www.ctan.org/pkg/biblatex-ext |