Hello,
Mark Edgington writes:
> It is possible in org-mode to do either
>
> #+LaTeX: \somecommand
>
> or
>
> #+BEGIN_LaTeX
> \somecommand
> #+END_LaTeX
>
> I typically use the latter (the block form) because I often have
> multiple lines of LaTeX I would like to include at certai
I noticed there was also a newer thread (around a year old) on this
topic. It seems that what Nicolas Goaziou proposed earlier (about
using #+attr_latex to modify whether a latex block is a header block
or not) has not yet been implemented. This would be an alternative,
though I find it more cryp
Hi Everyone,
It is possible in org-mode to do either
#+LaTeX: \somecommand
or
#+BEGIN_LaTeX
\somecommand
#+END_LaTeX
I typically use the latter (the block form) because I often have
multiple lines of LaTeX I would like to include at certain locations
of a document.
Similar to