We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In biblatex.def, the bibmacro name:first-last is defined as
\newbibmacro*{name:first-last}[4]{% ... \ifprefchar{} {} {\ifuseprefix{\bibnamedelimc}{\bibnamedelimd}}}% ...
But \ifprefchar takes two arguments, not three. I think the definition should be
\newbibmacro*{name:first-last}[4]{% ... \ifprefchar {} {\ifuseprefix{\bibnamedelimc}{\bibnamedelimd}}}% ...
In some cases, this inserts an extra space between the first and the last names.
The text was updated successfully, but these errors were encountered:
Fix for #364
b81cd88
Many thanks - this is fixed in the 3.3 dev branch.
Sorry, something went wrong.
No branches or pull requests
In biblatex.def, the bibmacro name:first-last is defined as
But \ifprefchar takes two arguments, not three.
I think the definition should be
In some cases, this inserts an extra space between the first and the last names.
The text was updated successfully, but these errors were encountered: