class |
AbstractEnvironmentWithNoTrailingSpace |
Ancestor for code generators that can suppress the trailing space.
|
class |
AbstractFileReferencingCodeGenerator |
Ancestor for code generators that deal with files and need to have control
over the filename being added to the LaTeX document.
|
class |
AbstractMetaCodeGenerator |
Ancestor for generators that enhance another base generator.
|
class |
AbstractMetaCodeGeneratorWithNoTrailingSpace |
Ancestor for meta code generators that can suppress the trailing space.
|
class |
BlockSize |
Inserts the code from the base generator inside a block with the specified font size.
|
class |
ClearPage |
Adds a '\clearpage' directive.
|
class |
CustomStatements |
Simply outputs the specified statements.
|
class |
Dummy |
Dummy, generates no output.
|
class |
Figure |
Inserts a figure with the code generated by the base generator.
|
class |
Image |
Inserts the specified image.
|
class |
ImportContent |
Imports the content of the specified file.
|
class |
Include |
Includes the specified LaTeX file.
|
class |
Input |
Inputs the specified LaTeX file.
|
class |
ListOfFigures |
Inserts the statement for the list of figures.
|
class |
ListOfTables |
Inserts the statement for the list of tables.
|
class |
MiniPage |
Inserts a minipage environment.
|
class |
MultiCol |
Inserts a 'multicol' environment, providing multiple columns and an optional preface across the columns.
|
class |
MultiGenerator |
Appends the output of the specified generators to the document.
|
class |
NewPage |
Adds a '\newpage' directive.
|
class |
NewSection |
Adds a new section to the document with an optional label for cross-referencing.
|
class |
Table |
Inserts the spreadsheet obtained from storage as table.
|
class |
TableOfContents |
Inserts the statement for the table of contents.
|
class |
Verbatim |
Outputs the specified statements in a verbatim block.
|