Closed benoitseron closed 1 month ago
When using the option "Enclose values in double braces" I found that special characters induce bugs. For instance,
author={Garc{\'\i}a-Patr{\'o}n, Ra{\'u}l and Renema, Jelmer J and Shchesnovich, Valery},
becomes
author = {{Garc\'\i}a-Patr{\'o}n, Ra{\'u}l and Renema, Jelmer J and Shchesnovich, Valery}}}},
I am not sure if this is normal behaviour but it leads to problems at compilation (next lines will usually not show).
Thanks for the report - appears to be related to #410.
This is top of my list to look into when I find some time to work on bibtex-tidy.
Fixed in v1.14.0
When using the option "Enclose values in double braces" I found that special characters induce bugs. For instance,
becomes
I am not sure if this is normal behaviour but it leads to problems at compilation (next lines will usually not show).