vesti 0.11.4

A preprocessor that compiles into LaTeX
1
2
3
4
5
6
7
8
pub const VESTI_CACHE_DIR: &str = "./vesti-cache";

pub const DEFAULT_COMPILATION_LIMIT: usize = 2;

// specific error messages
pub const ILLEGAL_USAGE_OF_SUPERSUB_SCRIPT: &str = r#"wrap the whole expression that uses this
symbol using math related warppers like
`$`, `\(`, `\)`, `\[`, `\]` or `defun` like blocks"#;