From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Witte Subject: Re: Unicode and Latex export Date: Sun, 07 Aug 2011 18:36:34 +0200 Message-ID: <4E3EBF12.5000105@witte.net.au> References: <4E3E6267.8010702@witte.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qq6LA-0002E1-R7 for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 12:36:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qq6L9-0007ii-KJ for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 12:36:40 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:40912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qq6L8-0007hj-SM for emacs-orgmode@gnu.org; Sun, 07 Aug 2011 12:36:39 -0400 Received: by fxg9 with SMTP id 9so3767424fxg.0 for ; Sun, 07 Aug 2011 09:36:37 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: emacs-orgmode@gnu.org On 08/07/2011 02:15 PM, suvayu ali wrote: > Hello Christopher, > > On Sun, Aug 7, 2011 at 12:01 PM, Christopher Witte wrote: >> You could try using XeLaTeX, which supports unicode. Instructions for >> setting it up with org-mode are here >> http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export >> > My lisp is not very good, but what is the need for such an extensive > setup? Isn't setting org-latex-to-pdf-process to xelatex enough to > switch packends? > > In any case, I tried evaluating the provided code in a scratch buffer > and processing to pdf (C-c C-e p). But it keeps failing. From the error > it seems org is still trying latex instead of xelatex and no pdf is > produced. Do you have any ideas about what could I doing wrong? > > Error: > > Latexmk: Run number 1 of rule 'latex' > Latexmk: Running 'latex -interaction=batchmode > "/home/jallad/org/analysis.tex"' > This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) > restricted \write18 enabled. > entering extended mode > Latexmk: References changed. > Latexmk: References changed. > Latexmk: References changed. > Collected error summary (may duplicate other messages): > latex: Command for 'latex' gave return code 256 > Latexmk: Use the -f option to force complete processing. > > >> Chris. > Thanks a lot for your response. > Did you remember to set the variable #+LATEX_CMD: xelatex at the top of the org file? Chris.