Browse Source

org.texi: Fix typos

* org.texi (@LaTeX{} and PDF export): Correct typo.  Remove warning
  about ox-latex documents are incompatible with xetex and luatex.

Reported by: Reuben Thomas <rrt@sc3d.org>
<http://permalink.gmane.org/gmane.emacs.orgmode/96065>
Rasmus 10 years ago
parent
commit
5fe3a68a79
1 changed files with 7 additions and 8 deletions
  1. 7 8
      doc/org.texi

+ 7 - 8
doc/org.texi

@@ -11665,14 +11665,13 @@ pages, configure the variable @code{org-html-use-infojs}.
 @LaTeX{} export can produce an arbitrarily complex LaTeX document of any
 standard or custom document class.  With further processing@footnote{The
 default @LaTeX{} output is designed for processing with @code{pdftex} or
-@LaTeX{}.  It includes packages that are not compatible with @code{xetex} and
-possibly @code{luatex}.  The @LaTeX{} exporter can be configured to support
-alternative TeX engines, see the options
-@code{org-latex-default-packages-alist} and @code{org-latex-packages-alist}.},
-which the @LaTeX{} exporter is able to control, this back-end is able to
-produce PDF output.  Because the @LaTeX{} exporter can be configured to use
-the @code{hyperref} package, the default setup produces fully-linked PDF
-output.
+@code{latex}.  The @LaTeX{} exporter can be configured to support alternative
+TeX engines, see see @code{org-latex-pdf-process}, and alternative packages,
+see @code{org-latex-default-packages-alist} and
+@code{org-latex-packages-alist}.}, which the @LaTeX{} exporter is able to
+control, this back-end is able to produce PDF output.  Because the @LaTeX{}
+exporter can be configured to use the @code{hyperref} package, the default
+setup produces fully-linked PDF output.
 
 As in @LaTeX{}, blank lines are meaningful for this back-end: a paragraph
 will not be started if two contiguous syntactical elements are not separated