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

Method latex

src/ast/entity.rs:43–51  ·  view source on GitHub ↗

Entity LaTeX representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\middot").first_node:: ().unwrap(); assert_eq!(e.latex(), "\\textperiodcentered{}"); ```

(&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