JuliaOpt/juliaopt-notebooks

Nbviewer latex rendering issue on two Ijulia notbooks

Shuvomoy opened this issue · 5 comments

Some of the latex equations of two IJulia notebooks: exploiting sparsity and column generation are not being rendered properly in Nbviewer. In IJulia, they are correctly viewed, in fact when I uploaded them to Github, the rendering on nbviewer was correct.

Can you please suggest how do I fix this?

One thing to try would be to update the notebooks to IPython 3 format (just install IPython 3 and open the notebooks). Then post the new notebooks in a gist and see if nbviewer works correctly.

It seems that multiple long equations in the same Markdown cell were having the rendering issue. Starting the \begin{align}... \end{align} environment with a $$ seems to fix it. Please accept the last commit, they do not have have any rendering issue in nbviewer.

Could you make a pull request with the fix?

Hey, cool, github renders notebooks now: https://github.com/blog/1995-github-jupyter-notebooks-3

Does it have the same bug?

Yes I have done that, please accept the last one "Tex rendering rewriting long equations second attempt"