New Docutils Nodes¶
-
class
sphinxcontrib.bibtex.nodes.
bibliography
(rawsource='', *children, **attributes)[source]¶ Node for representing a bibliography. Replaced by a list of citations by
BibliographyTransform
.
-
class
sphinxcontrib.bibtex.nodes.
raw_latex
(rawsource='', text='', *children, **attributes)[source]¶ Node for representing raw latex data.
-
sphinxcontrib.bibtex.nodes.
visit_raw_latex
(self: sphinx.writers.latex.LaTeXTranslator, node: sphinxcontrib.bibtex.nodes.raw_latex)[source]¶ Called when entering a raw_latex node. Appends the node’s raw source to the latex body.
-
sphinxcontrib.bibtex.nodes.
depart_raw_latex
(self: sphinx.writers.latex.LaTeXTranslator, node: sphinxcontrib.bibtex.nodes.raw_latex)[source]¶ Called when leaving a raw_latex node.