Module pyreport.text
A module for generating regular LaTeX text.
Classes
class PlainText (text, name='plaintext')-
A class to hold plain text.
Constructor for PlainText.
Parameters
text:str- Text to hold.
name:str, optional- Name of object, by default "plaintext".
Ancestors
- LaTeXObject
- abc.ABC
Inherited members