PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
289 stars 35 forks source link

Handle LaTeX fragments and environments — $x!$, $$y$$, \begin{equation}z\end{equation} #42

Closed holtzermann17 closed 10 months ago

holtzermann17 commented 3 years ago

This is a ticket to track progress on LaTeX fragments and environments, to be added per

https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/src/parsers.rs#L291 looks like the start of a handler for \ tokens.

This is of interest to downstream consumers, like Firn (https://github.com/theiceshelf/firn/issues/56).

PoiScript commented 10 months ago

latex support is introduced in v0.10.0-alpha.3.