Entity LaTeX representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\middot").first_node:: ().unwrap(); assert_eq!(e.latex(), "\\textperiodcentered{}"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected