ytesrev 0.2.7

A presentation tool written in rust, based on sdl2
Documentation
1
2
3
4
5
//! LaTeX rendering, using `pdflatex` and others.
pub mod latex_obj;
pub mod render;

pub use self::latex_obj::*;