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

lowercase names are ignored #43

Closed
u-fischer opened this issue Jul 26, 2014 · 1 comment
Closed

lowercase names are ignored #43

u-fischer opened this issue Jul 26, 2014 · 1 comment

Comments

@u-fischer
Copy link

This document

\documentclass{article}
\usepackage{biblatex}
\addbibresource{bib.bib}
\begin{document}
\cite{lowercaseI}, \cite{lowercaseII}
\printbibliography
\end{document}

and this bib-entries

@article{lowercaseI,
 author={lowercase,a.},
 title={test lowercaseI}
 }

@article{lowercaseII,
 author={{l}owercase,a.},
 title={test lowercaseII}
 }

gives the biber message

[316] Utils.pm:146> WARN - Couldn't determine Last Name for name "lowercase,a." - ignoring name
[324] Utils.pm:146> WARN - The field 'author' in entry 'lowercaseI' cannot be null, deleting it

and lowercaseI has no author. Protecting the author name with braces works but it is intentional? (with bibtex the name works fine).

(the real author in a large bib which triggered this problem writes her name intentionally in lowercase).

@plk
Copy link
Owner

plk commented Jul 26, 2014

Yes, this is part of the name parsing rules for the btparse library ...

@plk plk closed this as completed Sep 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants