JunoLab / atom-latex-completions

Easy Unicode input for Atom
MIT License
40 stars 7 forks source link

Undo all substitutions #12

Open musm opened 8 years ago

musm commented 8 years ago

I use this package for writing markdown with latex. This way I can have very nicely formatted and readable equations in markdown source.

The only issue is I try to use pandoc to convert the .md to a .tex file it doesn't understand the unicode substitutions and it fails.

Providing an option to undo the substitutions would be magnificent.

Thanks!

laughedelic commented 8 years ago

@musmo you can use

pandoc --latex-engine=xelatex ...

XeTeX is a version of TeX which works well with system fonts and unicode.

MikeInnes commented 8 years ago

Agree that this could be useful, I'd definitely be open to a PR!