Skip to content
New issue

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

\ifprefchar with extra braces in name:first-last #364

Closed
kmaed opened this issue Jan 3, 2016 · 1 comment
Closed

\ifprefchar with extra braces in name:first-last #364

kmaed opened this issue Jan 3, 2016 · 1 comment
Labels

Comments

@kmaed
Copy link

kmaed commented Jan 3, 2016

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.

plk added a commit that referenced this issue Jan 3, 2016
@plk
Copy link
Owner

plk commented Jan 3, 2016

Many thanks - this is fixed in the 3.3 dev branch.

@plk plk closed this as completed Jan 3, 2016
@moewew moewew added the bug label Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants