Expand description
This module contains the core models used by RustTeX.
Structs§
- Array
Params - Parameters for the LaTeX
arrayenvironment. - Figure
Params - Parameters for the LaTeX
figureenvironment. - File
Contents Params - Parameters for the LaTeX
filecontentsenvironment. - List
Params - Parameters for the LaTeX
listenvironment. - Minipage
Params - Parameters for the LaTeX
minipageenvironment. - Picture
Params - Parameters for the LaTeX
pictureenvironment. - Table
Params - Parameters for the LaTeX
tableenvironment. - Tabular
Params - Parameters for the LaTeX
tabularenvironment. - TheBubliography
Params - Parameters for the LaTeX
thebibliographyenvironment.
Enums§
- Color
Model - Represents color models for LaTeX.
- Document
Class - Represents the document class for a LaTeX document.
- Document
Class Options - Represents options for LaTeX document classes.
- Environment
- Represents LaTeX environments.
- File
Contents Option - Represents options for the LaTeX
filecontentsenvironment.