Skip to content

Commit

Permalink
Change deprecated mkbibnamefirst to mkbibnamegiven
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed Oct 23, 2017
1 parent 0d9ec6d commit c8c1ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ELE/ele.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
\DeclareNameAlias{sortname}{last-first}

%% The initials are separated by a thin space, as per Bringhurst
\renewcommand*{\mkbibnamefirst}[1]{{\let~\,#1}}
\renewcommand*{\mkbibnamegiven}[1]{{\let~\,#1}}

%% Modify the name format
% See http://www.texdev.net/2016/03/13/biblatex-a-new-syntax-for-declarenameformat/
Expand Down

0 comments on commit c8c1ffa

Please sign in to comment.