From dbbc6c5ebaa161f1e81c48665af68288149a6a0d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 27 Nov 2009 16:30:01 +0100 Subject: [PATCH] Document LaTeX_CLASS_OPTIONS --- doc/org.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 585185d2c..1e5da2275 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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