[][src]Module ytesrev::latex

LaTeX rendering, using pdflatex and others.

Re-exports

pub use self::latex_obj::*;

Modules

latex_obj

Register and load LaTeX in a high level way

render

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.