atom-latex-completions icon indicating copy to clipboard operation
atom-latex-completions copied to clipboard

Undo all substitutions

Open musm opened this issue 8 years ago • 2 comments

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!

musm avatar May 05 '16 19:05 musm

@musmo you can use

pandoc --latex-engine=xelatex ...

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

laughedelic avatar May 05 '16 20:05 laughedelic

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

MikeInnes avatar May 07 '16 13:05 MikeInnes