blob: 76d3ada239f7d2d6723a43216c61496e8fd160ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}}
|