blob: 82960e2cee15e8d52a2b73c2d39e259263a9c612 (
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}
[2022/03/20 v0.4.1 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}}
|