Closed mayrmt closed 10 months ago
Here's a similar conversion from Latex commands to typesetter symbols:
Bibtex entry:
@article{Bechet2009a,
author = {B\'echet, \'Eric and Mo\"es, Nicolas and Wohlmuth, Barbara I.},
journal = {International Journal for Numerical Methods in Engineering},
number = {8},
pages = {931--954},
title = {A stable Lagrange multiplier space for stiff interface conditions within the extended finite element method},
volume = {78},
year = {2009}}
Output of betterbib format my.bib
:
@article{Bechet2009a,
author = {Béchet, Éric and Moës, Nicolas and Wohlmuth, Barbara I.},
journal = {International Journal for Numerical Methods in Engineering},
number = {8},
pages = {931--954},
title = {A stable Lagrange multiplier space for stiff interface conditions within the extended finite element method},
volume = {78},
year = {2009},
}
It looks like betterbib
is doing the Latex typesetting. Maybe add an option to suppress it?
@nschloe Is there anything that I can do to assist in fixing this?
There also seems to be the problem, that curly braces (used to protect capitalization within paper titles for example) are removed during the betterbib formatting. This leads to unintended de-capitalization in the betterbib output.
This is fixed in betterbib 7.
Description
Here's a minimal example of my problem with
betterbib format
. The filemy.bib
, that I want to format, looks like this:Running the command
betterbib format my.bib
produces the following output:I'd like to not convert
$\alpha$
to the typesetted version "α". In fact, I'd like to retain the original `$\alpha$ for later processing in LaTeX.Context
my.bib
is fully local. I don't pull anything from any web database.pip show betterbib
: