atom-latex-completions
atom-latex-completions copied to clipboard
Undo all substitutions
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!
@musmo you can use
pandoc --latex-engine=xelatex ...
XeTeX is a version of TeX which works well with system fonts and unicode.
Agree that this could be useful, I'd definitely be open to a PR!