Document LaTeX_CLASS_OPTIONS

This commit is contained in:
Carsten Dominik 2009-11-27 16:30:01 +01:00
parent c59c2b791d
commit dbbc6c5eba

View file

@ -9484,14 +9484,18 @@ By default, the La@TeX{} output uses the class @code{article}.
@vindex org-export-latex-classes
@cindex #+LATEX_HEADER
@cindex #+LATEX_CLASS
@cindex #+LATEX_CLASS_OPTIONS
@cindex property, LATEX_CLASS
@cindex property, LATEX_CLASS_OPTIONS
You can change this globally by setting a different value for
@code{org-export-latex-default-class} or locally by adding an option like
@code{#+LaTeX_CLASS: myclass} in your file, or with a @code{:LaTeX_CLASS:}
property that applies when exporting a region containing only this (sub)tree.
The class should be listed in @code{org-export-latex-classes}, where you can
also define the sectioning structure for each class, as well as defining
additional classes. You can also use @code{#+LATEX_HEADER:
additional classes. In a similar way, @code{#+LaTeX_CLASS_OPTIONS} or a
@code{LaTeX_CLASS_OPTIONS} property can specify the options for the
@code{\documentclass} macro. You can also use @code{#+LATEX_HEADER:
\usepackage@{xyz@}} to add lines to the header.
@node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export