From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org and XeTeX? Date: Fri, 23 Apr 2010 13:56:40 +0200 Message-ID: <7325ECC1-358A-4B02-8965-38A34F3E9B73@gmail.com> References: <9C9F6444-E90B-4FE8-9216-9410524E2C22@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5HVp-0007V2-Gy for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 07:57:37 -0400 Received: from [140.186.70.92] (port=59892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5HVe-0007SB-3n for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 07:57:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5HV0-0002HD-Lx for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 07:57:25 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:53082) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5HV0-0002H7-AF for emacs-orgmode@gnu.org; Fri, 23 Apr 2010 07:56:46 -0400 In-Reply-To: <9C9F6444-E90B-4FE8-9216-9410524E2C22@tsdye.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org, Ross Laird On Apr 22, 2010, at 7:02 PM, Thomas S. Dye wrote: > > On Apr 22, 2010, at 6:10 AM, Ross Laird wrote: > >> 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 > > Aloha Ross, > > Earlier this month when changes were made to the LaTeX export > configuration, xetex compatibility was left to the user. There is a > footnote to this effect in the manual: > > [103] The default LaTeX output is designed for processing with > pdftex or latex. It includes packages that are not compatible with > xetex and possibly luatex. See the variables org-export-latex- > default-packages-alist and org-export-latex-packages-alist. You can use the variable `org-latex-to-pdf-process' to change the commands that are used to process the tex file. And you can customize org-export-latex-classes to make the class headers look like this: \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} [DEFAULT-PACKAGES] [PACKAGES] [EXTRA] And you can change things around any way you like. HTH - Carsten > > If you get export to xetex working, I think it would be useful to > document the solution either here on the mailing list or, better, > somewhere on Worg. > > HTH, > Tom > _______________________________________________ > 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 - Carsten