gpaulissen / bml

Bridge Markup Language
https://gpaulissen.github.io/bml/
MIT License
6 stars 4 forks source link

Some characters have a special meaning for LaTeX #8

Closed gpaulissen closed 3 years ago

gpaulissen commented 3 years ago

As described in https://tex.stackexchange.com/questions/34580/escape-character-in-latex, the following characters

& % $ # _ { } ~ ^ \

must be converted to

\& \% \$ # _ { } \textasciitilde \textasciicircum \textbackslash

The backslash will not be converted for the moment since it interferes with other LaTeX constructions.

gpaulissen commented 3 years ago

Added a test example8.bml with all the special characters.

gpaulissen commented 3 years ago

For new release 2.2.0