emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] exporting α/β to latex/pdf


From: Clément B.
Subject: Re: [O] exporting α/β to latex/pdf
Date: Mon, 05 May 2014 18:52:24 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

The *easiest* solution is to just say \alpha and \beta in the org file
instead of α and β. But biting the bullet and adopting XeTeX or LuaTeX is
probably the *best* way to go (he says without ever having used either...)

For those who stick with pdflatex, you can also use "α" directly in the org document, and define

#+latex_header: \usepackage[utf8]{inputenc}
#+latex_header: \declareunicodecharacter{03b1}{α}

Provided your file is indeed encoded in utf-8 (but why would you use any other encoding?)

This simply tells the compiler to bind "α" to the unicode character "greek small letter alpha" (U+03B1). If there is a lot of unicode in the document, XeTeX/LuaTeX are definitely better choices.


Clément





reply via email to

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