Next: iCalendar export, Previous: HTML export, Up: Exporting
Export as LaTeX file myfile.tex.
Export as LaTeX and then process to PDF.
Export as LaTeX and then process to PDF, then open the resulting PDF file.
By default, the LaTeX output uses the class article
. You can
change this by adding an option like #+LATEX_CLASS: myclass
in your
file. The class must be listed in org-latex-classes
.
Embedded LaTeX as described in Embedded LaTeX, will be correctly
inserted into the LaTeX file. Similarly to the HTML exporter, you can use
#+LATEX:
and #+BEGIN_EXPORT latex ... #+END_EXPORT
construct to
add verbatim LaTeX code.