summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-14 22:10:23 +0000
committerKarl Berry <karl@freefriends.org>2016-05-14 22:10:23 +0000
commite28c751e2974cde2d2ccdd4f9c2710a31b918838 (patch)
treecd85030e0c477742571b53aab7a1590c399e6595 /Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
parent0892468520b6036f55c4e0dbcf6b6da48222a183 (diff)
biblatex-iso690 (14may16)
git-svn-id: svn://tug.org/texlive/trunk@41126 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx')
-rwxr-xr-xMaster/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx b/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
new file mode 100755
index 00000000000..76d3ada239f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
@@ -0,0 +1,20 @@
+% Fix for fullcite
+\DeclareCiteCommand{\fullcite}
+ {\usebibmacro{prenote}%
+ \renewcommand*\mkbibnamelast{\lastnameformat}%
+ \renewcommand*\mkbibnamefamily{\lastnameformat}}
+ {\usedriver
+ {\DeclareNameAlias{sortname}{default}}
+ {\thefield{entrytype}}}
+ {\multicitedelim}
+ {\usebibmacro{postnote}}
+
+\DeclareCiteCommand{\footfullcite}[\mkbibfootnote]
+ {\usebibmacro{prenote}%
+ \renewcommand*\mkbibnamelast{\textsc}%
+ \renewcommand*\mkbibnamefamily{\textsc}}
+ {\usedriver
+ {\DeclareNameAlias{sortname}{default}}
+ {\thefield{entrytype}}}
+ {\multicitedelim}
+ {\usebibmacro{postnote}}