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

Pandoc compiler and latex #16

Open
BlackEdder opened this issue Sep 14, 2016 · 2 comments
Open

Pandoc compiler and latex #16

BlackEdder opened this issue Sep 14, 2016 · 2 comments

Comments

@BlackEdder
Copy link

I've been using the md-compiler branch, in order to be able to include latex equations. The issue I am having is that it looks like '' are removed from equations:

The following doesn't work

$$\frac{1}{2}$$

I can solve it by adding a '' as follows

$$\\frac{1}{2}$$
@zyedidia
Copy link
Owner

I think this is the expected behavior. Isn't the \ necessary? Does using Pandoc change this behavior? Using latex equations is supported by Literate by using KaTeX by default.

Also, the md-compiler branch has been merged, so you can just use master.

@BlackEdder
Copy link
Author

For some reason I though I needed pandoc for latex.

In a straight up markdown document I do not need to escape the slash for it to work. So from that perspective it surprised me.

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

No branches or pull requests

2 participants