Tools for handling LaTeX.
Bases: traitlets.config.configurable.SingletonConfigurable
An object to store configuration of the LaTeX tool.
Render a LaTeX string to PNG.
Parameters: | s : text
encode : bool, optional
backend : {matplotlib, dvipng}
wrap : bool
None is returned when the backend cannot be used. |
---|
Invoke kpsewhich command with an argument filename.
Generate LaTeX document for dvipng backend.
Render LaTeX to HTML with embedded PNG data using data URIs.
Parameters: | s : str
alt : str
|
---|