You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a bib file that has @string definitions at the top, the last string definition seems to bleed into the first bib entry. Consider broken.bib:
@string{zp = "Z. Phys."}
@mastersthesis{GoerzDiploma2010,
Author = {Goerz, Michael},
Title = {Optimization of a Controlled Phasegate for Ultracold Calcium Atoms in an Optical Lattice},
School = {Freie Universität Berlin},
type = {{Diplomarbeit}},
url = {http://michaelgoerz.net/research/diploma_thesis.pdf},
Year = {2010},
}
Here, parsing the file gets Z. Phys. inserted into the author last name:
In a bib file that has
@string
definitions at the top, the last string definition seems to bleed into the first bib entry. Considerbroken.bib
:Here, parsing the file gets
Z. Phys.
inserted into the author last name:I'm guessing some parsing string buffer isn't being cleared.
The text was updated successfully, but these errors were encountered: