Hi Suvayu,

suvayu ali wrote:
> Since I am a science student, I end up using lots of unicode
> characters for Greek and mathematical symbols. I usually read my notes
> in Emacs itself, unicode makes this a much nicer experience. However
> sometimes there is a need to export to html or pdf. Exporting to html
> works great with this, but I run into problems with missing characters
> when I export to latex.
>
> So my question is, is there a convenient way to translate the unicode
> characters into their corresponding latex commands for latex export
> and keep the unicode characters as is in the org file or for html
> export?

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'.

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to