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