summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
diff options
context:
space:
mode:
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}}