orgize icon indicating copy to clipboard operation
orgize copied to clipboard

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

Open holtzermann17 opened this issue 4 years ago • 0 comments

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

  • https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L43
  • https://github.com/PoiScript/orgize/blob/e009e1c199d78e2531bed1913a6e40a0f167c2d5/docs/STATUS.md#L36

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).

holtzermann17 avatar Feb 08 '21 12:02 holtzermann17