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

nbconvert (to slideshow) misses some of the math in markdown cells #3739

Closed
isofer opened this issue Jul 23, 2013 · 3 comments
Closed

nbconvert (to slideshow) misses some of the math in markdown cells #3739

isofer opened this issue Jul 23, 2013 · 3 comments
Milestone

Comments

@isofer
Copy link

isofer commented Jul 23, 2013

In IPython 1.0dev, I ran the following code in a markdown notebook cell .

$ \theta + 1 $

$\theta + 2 $

$\theta + 3$

The output was as expected, and everything was translated to graphical symbols.
I then used nbconvert using the command ipython nbconvert --format reveal Untitled0.ipynb
The output slideshow showed the second and third line correctly (same as in my notebook), but it was missing the theta from the first line.
the first line just look like that:

+1

Imri.

@damianavila
Copy link
Member

This is a pandoc-related problem... it happens with reveal, full and basic html exporters...
Probably the solution is to make a regular expression to delete the white spaces after and before the dollar sign...
I am at phone now, but I will try to test some solutions soon...

Cheers.

@damianavila
Copy link
Member

We can close this one, it was solved.

@minrk
Copy link
Member

minrk commented Jul 25, 2013

fixed by #3761.

@minrk minrk closed this as completed Jul 25, 2013
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

3 participants