texform-knowledge 0.1.0

LaTeX command and environment knowledge base for TeXForm (internal; use the texform crate)
Documentation
1
2
3
4
5
use texform_knowledge::argspec;

fn main() {
    let _ = argspec!("m:C?");
}