Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo all substitutions #12

Open
musm opened this issue May 5, 2016 · 2 comments
Open

Undo all substitutions #12

musm opened this issue May 5, 2016 · 2 comments

Comments

@musm
Copy link

musm commented May 5, 2016

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
Copy link

@Musmo you can use

pandoc --latex-engine=xelatex ...

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

@MikeInnes
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants