3.12. sphinx.ext.mathbase

Set up math support in source files and LaTeX/text output.

copyright:Copyright 2007-2016 by the Sphinx team, see AUTHORS.
license:BSD, see LICENSE for details.

3.12.1. Functions

eq_role(role, rawtext, text, lineno, inliner)
html_depart_eqref(self, node)
html_visit_eqref(self, node)
is_in_section_title(node) Determine whether the node is in a section title
latex_visit_displaymath(self, node)
latex_visit_eqref(self, node)
latex_visit_math(self, node)
man_depart_displaymath(self, node)
man_visit_displaymath(self, node)
man_visit_eqref(self, node)
man_visit_math(self, node)
math_role(role, rawtext, text, lineno, inliner)
number_equations(app, doctree, docname)
set_source_info(directive, node)
setup_math(app, htmlinlinevisitors, ...)
texinfo_depart_displaymath(self, node)
texinfo_visit_displaymath(self, node)
texinfo_visit_eqref(self, node)
texinfo_visit_math(self, node)
text_visit_displaymath(self, node)
text_visit_eqref(self, node)
text_visit_math(self, node)
wrap_displaymath(math, label)

3.12.2. Classes

Directive(name, arguments, options, content, ...) Base class for reStructuredText directives.
MathDirective(name, arguments, options, ...)
displaymath([rawsource])
eqref([rawsource, text])
math([rawsource, text])