|
@@ -356,8 +356,8 @@ HTML export
|
|
|
La@TeX{} and PDF export
|
|
|
|
|
|
* LaTeX/PDF export commands:: Which key invokes which commands
|
|
|
+* Header and sectioning:: Setting up the export file structure
|
|
|
* Quoting LaTeX code:: Incorporating literal La@TeX{} code
|
|
|
-* Sectioning structure:: Changing sectioning in La@TeX{} output
|
|
|
* Tables in LaTeX export:: Options for exporting tables to La@TeX{}
|
|
|
* Images in LaTeX export:: How to insert figures into La@TeX{} output
|
|
|
* Beamer class export:: Turning the file into a presentation
|
|
@@ -9508,14 +9508,14 @@ references, the PDF output file will be fully linked.
|
|
|
|
|
|
@menu
|
|
|
* LaTeX/PDF export commands:: Which key invokes which commands
|
|
|
+* Header and sectioning:: Setting up the export file structure
|
|
|
* Quoting LaTeX code:: Incorporating literal La@TeX{} code
|
|
|
-* Sectioning structure:: Changing sectioning in La@TeX{} output
|
|
|
* Tables in LaTeX export:: Options for exporting tables to La@TeX{}
|
|
|
* Images in LaTeX export:: How to insert figures into La@TeX{} output
|
|
|
* Beamer class export:: Turning the file into a presentation
|
|
|
@end menu
|
|
|
|
|
|
-@node LaTeX/PDF export commands, Quoting LaTeX code, LaTeX and PDF export, LaTeX and PDF export
|
|
|
+@node LaTeX/PDF export commands, Header and sectioning, LaTeX and PDF export, LaTeX and PDF export
|
|
|
@subsection La@TeX{} export commands
|
|
|
|
|
|
@cindex region, active
|
|
@@ -9574,34 +9574,13 @@ with a numeric prefix argument. For example,
|
|
|
@noindent
|
|
|
creates two levels of headings and does the rest as items.
|
|
|
|
|
|
-@node Quoting LaTeX code, Sectioning structure, LaTeX/PDF export commands, LaTeX and PDF export
|
|
|
-@subsection Quoting La@TeX{} code
|
|
|
-
|
|
|
-Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
|
|
|
-inserted into the La@TeX{} file. This includes simple macros like
|
|
|
-@samp{\ref@{LABEL@}} to create a cross reference to a figure. Furthermore,
|
|
|
-you can add special code that should only be present in La@TeX{} export with
|
|
|
-the following constructs:
|
|
|
-
|
|
|
-@cindex #+LaTeX
|
|
|
-@cindex #+BEGIN_LaTeX
|
|
|
-@example
|
|
|
-#+LaTeX: Literal LaTeX code for export
|
|
|
-@end example
|
|
|
-
|
|
|
-@noindent or
|
|
|
-@cindex #+BEGIN_LaTeX
|
|
|
-
|
|
|
-@example
|
|
|
-#+BEGIN_LaTeX
|
|
|
-All lines between these markers are exported literally
|
|
|
-#+END_LaTeX
|
|
|
-@end example
|
|
|
-
|
|
|
-@node Sectioning structure, Tables in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
|
|
|
-@subsection Sectioning structure
|
|
|
+@node Header and sectioning, Quoting LaTeX code, LaTeX/PDF export commands, LaTeX and PDF export
|
|
|
+@subsection Header and sectioning structure
|
|
|
@cindex La@TeX{} class
|
|
|
@cindex La@TeX{} sectioning structure
|
|
|
+@cindex La@TeX{} header
|
|
|
+@cindex header, for LaTeX files
|
|
|
+@cindex sectioning structure, for LaTeX export
|
|
|
|
|
|
By default, the La@TeX{} output uses the class @code{article}.
|
|
|
|
|
@@ -9621,14 +9600,40 @@ property that applies when exporting a region containing only this (sub)tree.
|
|
|
The class must be listed in @code{org-export-latex-classes}. This variable
|
|
|
defines a header template for each class@footnote{Into which the values of
|
|
|
@code{org-export-latex-default-packages-alist} and
|
|
|
-@code{org-export-latex-packages-alist} are spliced.}, and allows you to
|
|
|
+@code{org-export-latex-packages-alist} are spliced.}, and allows you to
|
|
|
define the sectioning structure for each class. You can also define your own
|
|
|
classes there. @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.
|
|
|
+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. See the docstring of @code{org-export-latex-classes} for more
|
|
|
+information.
|
|
|
+
|
|
|
+@node Quoting LaTeX code, Tables in LaTeX export, Header and sectioning, LaTeX and PDF export
|
|
|
+@subsection Quoting La@TeX{} code
|
|
|
+
|
|
|
+Embedded La@TeX{} as described in @ref{Embedded LaTeX}, will be correctly
|
|
|
+inserted into the La@TeX{} file. This includes simple macros like
|
|
|
+@samp{\ref@{LABEL@}} to create a cross reference to a figure. Furthermore,
|
|
|
+you can add special code that should only be present in La@TeX{} export with
|
|
|
+the following constructs:
|
|
|
+
|
|
|
+@cindex #+LaTeX
|
|
|
+@cindex #+BEGIN_LaTeX
|
|
|
+@example
|
|
|
+#+LaTeX: Literal LaTeX code for export
|
|
|
+@end example
|
|
|
+
|
|
|
+@noindent or
|
|
|
+@cindex #+BEGIN_LaTeX
|
|
|
+
|
|
|
+@example
|
|
|
+#+BEGIN_LaTeX
|
|
|
+All lines between these markers are exported literally
|
|
|
+#+END_LaTeX
|
|
|
+@end example
|
|
|
+
|
|
|
|
|
|
-@node Tables in LaTeX export, Images in LaTeX export, Sectioning structure, LaTeX and PDF export
|
|
|
+@node Tables in LaTeX export, Images in LaTeX export, Quoting LaTeX code, LaTeX and PDF export
|
|
|
@subsection Tables in La@TeX{} export
|
|
|
@cindex tables, in La@TeX{} export
|
|
|
|