Hello,

Eric Schulte <schulte.e...@gmail.com> writes:

> Attached

OK, now I get it.

You're working at the wrong level. `latex-fragment' is an object
(inline) type, but you're inserting it at the element's level. The
equivalent (non inline) element is `latex-environment', which is, for
example:

  \begin{equation}
  1+1=2
  \end{equation}

So you could simply replace `latex-fragment' type with
`latex-environment', and your example should work properly.

HTH,


Regards,

-- 
Nicolas Goaziou

Reply via email to