Module models

Module models 

Source
Expand description

This module contains the core models used by RustTeX.

Structs§

ArrayParams
Parameters for the LaTeX array environment.
FigureParams
Parameters for the LaTeX figure environment.
FileContentsParams
Parameters for the LaTeX filecontents environment.
ListParams
Parameters for the LaTeX list environment.
MinipageParams
Parameters for the LaTeX minipage environment.
PictureParams
Parameters for the LaTeX picture environment.
TableParams
Parameters for the LaTeX table environment.
TabularParams
Parameters for the LaTeX tabular environment.
TheBubliographyParams
Parameters for the LaTeX thebibliography environment.

Enums§

ColorModel
Represents color models for LaTeX.
DocumentClass
Represents the document class for a LaTeX document.
DocumentClassOptions
Represents options for LaTeX document classes.
Environment
Represents LaTeX environments.
FileContentsOption
Represents options for the LaTeX filecontents environment.