MCPcopy Index your code
hub / github.com/PoiScript/orgize / is_latex_math

Method is_latex_math

src/ast/entity.rs:63–71  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

entityMethod · 0.80

Tested by

no test coverage detected