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