Re: [Orgmode] Org and XeTeX?

2011-01-21 Thread Carsten Dominik
On Apr 22, 2010, at 6:10 PM, 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:

Re: [Orgmode] Org and XeTeX?

2011-01-21 Thread Kieran Healy
On Jan 21, 2011, at 6:32 PM, Carsten Dominik wrote: problem in an elegant way. Maybe this should somehow be integrated into the FAQ or a XeTeX-Org-mode tutorial? http://www.kieranhealy.org/blog/archives/2011/01/21/exporting-org-mode-to-pdf-via-xelatex/ - Carsten I've written up a more

Re: [Orgmode] Org and XeTeX?

2010-04-23 Thread Carsten Dominik
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

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross A. Laird
I use XeTeX, mostly (rather than LaTeX), and I'm wondering if it might be possible to use XeTeX with org. XeTeX requires a few special lines in the header of the document, but after these lines it operates the same as LaTeX. For my setup, the extra lines typically look like this: \TeXXeTstate=1

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross A. Laird
I use XeTeX, mostly (rather than LaTeX), and I'm wondering if it might be possible to use XeTeX with org. XeTeX requires a few special lines in the header of the document, but after these lines it operates the same as LaTeX. For my setup, the extra lines typically look like this: \TeXXeTstate=1

[Orgmode] Org and XeTeX?

2010-04-22 Thread Ross Laird
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}

Re: [Orgmode] Org and XeTeX?

2010-04-22 Thread Thomas S. Dye
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: