diff options
author | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-04-04 20:56:06 +0000 |
commit | 51826e690ad1c167b12b52e25604ed3579a989ba (patch) | |
tree | 473a2307448528e7ece67821b6c355a078b95f12 /Master/texmf-dist/tex/latex/biblatex-ext/ext-authortitle.cbx | |
parent | acab24042d34dd439e1d074820d1da2fa1d591cd (diff) |
biblatex-ext (4apr19)
git-svn-id: svn://tug.org/texlive/trunk@50759 c570f23f-e606-0410-a88d-b1316a301751
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 |