From 52e852462540d182f0719ae16cd1fa89c0d074ae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 Mar 2020 21:28:43 +0000 Subject: biblatex-iso690 (26mar20) git-svn-id: svn://tug.org/texlive/trunk@54561 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/biblatex-iso690/iso-fullcite.cbx | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx') diff --git a/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx b/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx index 76d3ada239f..4e3af0c95a8 100644 --- a/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx @@ -1,20 +1,27 @@ +\ProvidesFile{iso-fullcite.cbx} + [2020/03/25 v0.4.0 ISO 690 biblatex fullcite modifications] + % Fix for fullcite + +% Based on \fullcite standard command +% Adds only formatting directive of \mkbibnamefamily \DeclareCiteCommand{\fullcite} - {\usebibmacro{prenote}% - \renewcommand*\mkbibnamelast{\lastnameformat}% - \renewcommand*\mkbibnamefamily{\lastnameformat}} + {\usebibmacro{prenote}} {\usedriver - {\DeclareNameAlias{sortname}{default}} + {\DeclareNameAlias{sortname}{default}% + \renewcommand*{\mkbibnamefamily}{\familynameformat}} {\thefield{entrytype}}} {\multicitedelim} {\usebibmacro{postnote}} + +% Based on \footfullcite standard command +% Adds only formatting directive of \mkbibnamefamily \DeclareCiteCommand{\footfullcite}[\mkbibfootnote] - {\usebibmacro{prenote}% - \renewcommand*\mkbibnamelast{\textsc}% - \renewcommand*\mkbibnamefamily{\textsc}} + {\usebibmacro{prenote}} {\usedriver - {\DeclareNameAlias{sortname}{default}} + {\DeclareNameAlias{sortname}{default}% + \renewcommand*{\mkbibnamefamily}{\familynameformat}} {\thefield{entrytype}}} {\multicitedelim} {\usebibmacro{postnote}} -- cgit v1.2.3