sphinx_reports.LaTeX

Variables

Functions


Variables

sphinx_reports.LaTeX.translateLandscape

A tuple combining both visit_* and depart_* call back functions for a Landscape node.

(<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 landscape environment in LaTeX.

Parameters:
  • translator (LaTeXTranslator) – The LaTeX translator instance.

  • node (Landscape) – The current node being visited.

Return type:

None

sphinx_reports.LaTeX.depart_Landscape(translator, node)[source]

Call back function for departing a Landscape.

This function ends a landscape environment in LaTeX.

Parameters:
  • translator (LaTeXTranslator) – The LaTeX translator instance.

  • node (Landscape) – The current node being departed.

Return type:

None