emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Unicode and Latex export


From: Nick Dokos
Subject: Re: [O] Unicode and Latex export
Date: Mon, 08 Aug 2011 03:09:55 -0400

suvayu ali <address@hidden> wrote:

> Hi Seb,
> 
> On Mon, Aug 8, 2011 at 8:13 AM, Sebastien Vauban
> <address@hidden> wrote:
> > For the sake of completeness, please know you can use PDFLaTeX and UTF-8 -- 
> > I
> > do it for all my documents -- by having "\usepackage[utf8x]{inputenc}"
> > inserted at the right place(TM).
> >
> > Normally, if your Org files are UTF-8, this should even be automatic, thanks
> > to the line:
> >
> >    \\usepackage[AUTO]{inputenc}
> >
> > in `org-export-latex-classes'.
> >
> 
> I believe you mean `org-export-latex-default-packages-alist'?
> Everything seems fine with my settings "(("AUTO" "inputenc" t)..)",
> but the exported latex code has this:
> 
> \usepackage[utf8]{inputenc}
> 
> I edited the tex file to utf8x and everything works wonderfully. Any
> ideas how I could get this working?
> 

C-h v org-export-latex-inputenc-alist RET says:

,----
| org-export-latex-inputenc-alist is a variable defined in `org-latex.el'.
| Its value is nil
| 
| Documentation:
| Alist of inputenc coding system names, and what should really be used.
| For example, adding an entry
| 
|       ("utf8" . "utf8x")
| 
| will cause \usepackage[utf8x]{inputenc} to be used for buffers that
| are written as utf8 files.
| 
| You can customize this variable.
`----

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]