##// END OF EJS Templates
grammar, plus styling of LaTeX
Daniel Mietchen -
Show More
@@ -47,9 +47,9 b' class DisplayMagics(Magics):'
47 47
48 48 @cell_magic
49 49 def latex(self, line, cell):
50 """Render the cell as a block of latex
50 """Render the cell as a block of LaTeX
51 51
52 The subset of latex which is support depends on the implementation in
52 The subset of LaTeX which is supported depends on the implementation in
53 53 the client. In the Jupyter Notebook, this magic only renders the subset
54 54 of latex defined by MathJax
55 55 [here](https://docs.mathjax.org/en/v2.5-latest/tex.html)."""
General Comments 0
You need to be logged in to leave comments. Login now