Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
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
|
---|