\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}}
