Next: , Previous: LaTeX/PDF export commands, Up: LaTeX and PDF export


12.7.2 Quoting LaTeX code

Embedded LaTeX as described in Embedded LaTeX will be correctly inserted into the LaTeX file. Furthermore, you can add special code that should only be present in LaTeX export with the following constructs:

     #+LaTeX: Literal LaTeX code for export

or

     #+BEGIN_LaTeX
     All lines between these markers are exported literally
     #+END_LaTeX