-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
The Bibtex provided in citationbox converts known accented characters to corresponding LaTeX escape sequences. However, it does not properly handle accented "i" (and perhaps also "j") where the dot should be removed first, then the new accent added. Example (e.g. in http://hdl.handle.net/11234/1-1983) is i with macron (Grūzītis, Normunds). The current BibTeX has
Gr{=
u}z{=i}tis, Normunds
while it should be
Gr{=u}z{={\i}}tis, Normunds