blob: 4e3af0c95a8f31fb6cab053c17ea6f4c46d8d1e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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}}
{\usedriver
{\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}}
{\usedriver
{\DeclareNameAlias{sortname}{default}%
\renewcommand*{\mkbibnamefamily}{\familynameformat}}
{\thefield{entrytype}}}
{\multicitedelim}
{\usebibmacro{postnote}}
|