diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx index d1d94e2f97b..b022b859180 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx @@ -1,7 +1,8 @@ \ProvidesFile{ext-authortitle.cbx} - [2019/02/08 v0.7 extended biblatex authortitle citation style (MW)] + [2019/04/04 v0.7a extended biblatex authortitle 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{authortitle} @@ -92,7 +93,8 @@ {\multicitedelim} {\usebibmacro{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{prenote}} @@ -125,7 +127,8 @@ {\footcitetext}{\multicitedelim} \DeclareMultiCiteCommand{\smartcites}[\mksmartcite] {\smartcite}{\multicitedelim} -\DeclareMultiCiteCommand{\textcites}[\mkoutertextcitedelims]{\textcite}{} +\DeclareMultiCiteCommand{\textcites}[\mkoutertextcitedelims] + {\textcite}{} \DeclareFieldFormat{extblx@innerbbx@introcitedelims}{% \csuse{mkinner\blx@delimcontext delims}{#1}} @@ -136,8 +139,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 |