Expand description
ratex-gpui — a structural, MathQuill-style math editor for GPUI, built on the
RaTeX typesetting engine.
RaTeX is the engine (parse → layout → render); this crate is the editor + display layer.
render— display a formula as agpui::RenderImage(or PNG / SVG). Always available.editor— the structural editor. The parse/serialize core (editor::model,editor::latex) is always built; the interactive editor (MathEditor+ thecursor/geometry/input/viewmodules) is behind theeditorfeature (enabled by default). For a render-only build, depend withdefault-features = false.
Re-exports§
pub use editor::latex::parse_latex;pub use editor::view::MathAlign;pub use editor::view::MathEditor;pub use editor::view::MathTheme;