John Kitchin <jkitc...@andrew.cmu.edu> writes:

> #+RESULTS: foo
> :results:
> \[\displaystyle{\sin\left(\frac{a}{b}\right)}\]
> :end:
>
> the key is the drawer I think.

FYI as of
https://code.orgmode.org/bzg/org-mode/commit/b90b850ae8be46a1ebe7d13b05ad79869e8d1032
a LaTeX environment will "just work". i.e.

#+RESULTS:
\begin{equation*}
  \displaystyle{\sin\left(\frac{a}{b}\right)}
\end{equation*}

This is currently made use of in the new ob-julia (WIP).

--
Timothy

Reply via email to