Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Tools for handling LaTeX.
Authors:
Bases: IPython.config.configurable.SingletonConfigurable
An object to store configuration of the LaTeX tool.
Render a LaTeX string to PNG.
Parameters: | s : str
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
|
---|
Given a math expression, renders it in a closely-clipped bounding box to an image file.