doi2bib2 icon indicating copy to clipboard operation
doi2bib2 copied to clipboard

Percent "%" not escaped properly in Title

Open StRuoff opened this issue 1 year ago • 1 comments

When I use this publication, i get the following entry (shortened):

@article{Harlass2024,
  title = {Measurement report: In-flight and ground-based measurements of nitrogen oxide emissions from latest-generation jet engines and 100 % sustainable aviation fuel},
  volume = {24},
  ISSN = {1680-7324},
...
}

However, in LaTeX, this produces an error due to the unescaped "%" in the title.

It should read: title = {Measurement report: In-flight and ground-based measurements of nitrogen oxide emissions from latest-generation jet engines and 100 {\%} to make it work in LaTeX.

StRuoff avatar Feb 13 '25 15:02 StRuoff

Similarly, I found greek letters should also get escaped. E.g. 'α' should be '$\alpha$'. I wish they could get automatically escaped in the title.

Many appriciations!

john-zcliu avatar Mar 08 '25 17:03 john-zcliu

Similar stuff happens when you cite journals with an ampersand in the name, such as Energy Research & Social Science or Politics & Society

brueckmann avatar Jan 09 '26 10:01 brueckmann