Docs.rs
ytesrev-0.2.7
ytesrev 0.2.7
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
loovjo
Dependencies
lazy_static ^1.0
normal
png ^0.12
normal
rand ^0.5
normal
rayon ^1.0
normal
sdl2 ^0.31
normal
tempfile ^3.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ytesrev
0.2.7
Module latex
Module Items
Modules
In crate ytesrev
ytesrev
Module
latex
Copy item path
Source
Expand description
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.