Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Latex filters.
Module of useful filters for processing Latex within Jinja latex templates.
Escape characters that may conflict with latex.
Parameters: | text : str
|
---|
Remove the space between latex math commands and enclosing $ symbols. This filter is important because latex isn’t as flexible as the notebook front end when it comes to flagging math using ampersand symbols.
Parameters: | text : str
|
---|