I mostly use XeTeX (rather than LaTeX). Can Org be setup to use the XeTeX
engine? I've looked at the variable org-export-latex-classes (as well as
org-export-latex-package-alist), and it looks like I can insert the
XeTeX-specific code:

   \TeXXeTstate=1
   \usepackage{fontspec,xunicode}
   \defaultfontfeatures{Numbers=OldStyle,Scale=MatchLowercase,Mapping=tex-text}
   \setmainfont{Sabon LT Std}
   \setromanfont[Mapping=tex-text]{Sabon LT Std}
   \setsansfont[Scale=MatchUppercase]{Myriad Pro}
   \usepackage{xltxtra}

But can Org use XeTeX? The command is "xelatex" rather than "latex".

Ross

--
Ross A. Laird, PhD
www.rosslaird.com





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to