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.
When I use this publication, i get the following entry (shortened):
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.