sphinx_reports.LaTeX
Variables
Functions
visit_Landscape(): Call back function for visiting aLandscape.depart_Landscape(): Call back function for departing aLandscape.
Variables
- sphinx_reports.LaTeX.translateLandscape
A tuple combining both
visit_*anddepart_*call back functions for aLandscapenode.(<function visit_Landscape at 0x7fcdfb01aa30>, <function depart_Landscape at 0x7fcdfb01ab90>)
Functions
- sphinx_reports.LaTeX.visit_Landscape(translator, node)[source]
Call back function for visiting a
Landscape.This function begins a
landscapeenvironment in LaTeX.