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
|
---|