Module ytesrev::latex

source ·
Expand description

LaTeX rendering, using pdflatex and others.

Re-exports

pub use self::latex_obj::*;

Modules

Register and load LaTeX in a high level way
The LaTeX renderer. This is quite low level, and you probably don’t want to use this. Instead, use LatexObj, which contains a better, more high-level way to handle LaTeX in your presentation.