Whether entity needs to be in math mode ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\middot").first_node:: ().unwrap(); assert!(!e.is_latex_math()); let e = Org::parse("\\alefsym").first_node:: ().unwrap(); assert!(e.is_latex_math()); ```
(&self)
source not stored for this graph (policy: none)