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

LaTeX escaping bug in nbconvert when exporting to HTML #3587

Closed
martijnvermaat opened this issue Jul 9, 2013 · 4 comments
Closed

LaTeX escaping bug in nbconvert when exporting to HTML #3587

martijnvermaat opened this issue Jul 9, 2013 · 4 comments
Milestone

Comments

@martijnvermaat
Copy link
Contributor

We seem to lose curly braces when exporting a notebook to full_html or reveal.

Example:

$\{ x, y \}$

After conversion it is:

${ x, y }$

Gist 5955623 has a complete example including generated HTML. Sorry I don't have a pull request.

(This is on current IPython master.)

@damianavila
Copy link
Member

Hi @martijnvermaat,

@minrk have already PR proposed: #3582

It a more general change to use Pandoc instead of python markdown, but it will resolve your problem (at least in my little tests).

Damián.

@martijnvermaat
Copy link
Contributor Author

Indeed, PR #3582 fixes it, thanks!

@damianavila
Copy link
Member

You are welcome! Can you close the issue?
Cheers.

Damián.

@martijnvermaat
Copy link
Contributor Author

Of course!

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