FlamingTempura / bibtex-tidy

Cleaner and Formatter for BibTeX files
https://flamingtempura.github.io/bibtex-tidy/
MIT License
832 stars 63 forks source link

Erroneous escaping of `$` with `--escape` #429

Closed jdujava closed 5 days ago

jdujava commented 4 months ago

Entry

@book{anon,
    title        = {{Foo $\alpha$$\beta$ bar}},
    author       = {Anonymous}
}

is formatted to

@book{anon,
    title        = {{Foo $\alpha$\$\beta\$ bar}},
    author       = {Anonymous}
}
jdujava commented 4 months ago

Only now I noticed this is duplicate of #413.