![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| _check_result (result, details=[]) | |
| blahtexml (math_code, as_block=False) | |
| latexml (math_code, as_block=False) | |
| pandoc (math_code, as_block=False) | |
| ttm (math_code, as_block=False) | |
Variables | |
| str | document_template |
| tuple | example |
| str | buggy = r'\sinc \phy' |
Wrappers for TeX->MathML conversion by external tools This module is provisional: the API is not settled and may change with any minor Docutils version.
| docutils.utils.math.tex2mathml_extern.blahtexml | ( | math_code, | |
as_block = False |
|||
| ) |
Convert LaTeX math code to MathML with blahtexml__. __ http://gva.noekeon.org/blahtexml/
| docutils.utils.math.tex2mathml_extern.latexml | ( | math_code, | |
as_block = False |
|||
| ) |
Convert LaTeX math code to MathML with LaTeXML__. Comprehensive macro support but **very** slow. __ http://dlmf.nist.gov/LaTeXML/
| docutils.utils.math.tex2mathml_extern.pandoc | ( | math_code, | |
as_block = False |
|||
| ) |
Convert LaTeX math code to MathML with pandoc__. __ https://pandoc.org/
| docutils.utils.math.tex2mathml_extern.ttm | ( | math_code, | |
as_block = False |
|||
| ) |
Convert LaTeX math code to MathML with TtM__. Aged, limited, but fast. __ http://silas.psfc.mit.edu/tth/mml/
| str docutils.utils.math.tex2mathml_extern.document_template |
| tuple docutils.utils.math.tex2mathml_extern.example |