##// END OF EJS Templates
Better document the %%latex magic latex support.
Jonathan Frederic -
Show More
@@ -38,7 +38,10 b' class DisplayMagics(Magics):'
38
38
39 @cell_magic
39 @cell_magic
40 def latex(self, line, cell):
40 def latex(self, line, cell):
41 """Render the cell as a block of latex"""
41 """Render the cell as a block of latex
42
43 This magic only renders the subset of latex defined by MathJax
44 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
42 display(Latex(cell))
45 display(Latex(cell))
43
46
44 @cell_magic
47 @cell_magic
General Comments 0
You need to be logged in to leave comments. Login now