From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?IkNsw6ltZW50IEIuIg==?= Subject: =?UTF-8?B?UmU6IGV4cG9ydGluZyDOsS/OsiB0byBsYXRleC9wZGY=?= Date: Mon, 05 May 2014 18:52:24 +0200 Message-ID: <5367C1C8.2000306@inventati.org> References: <87k3a1tw46.fsf@skimble.plus.com> <20140504214218.GA7192@chitra.no-ip.org> <87oazdmbsl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhM8A-00040g-Qv for emacs-orgmode@gnu.org; Mon, 05 May 2014 12:52:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhM84-0002fr-Vz for emacs-orgmode@gnu.org; Mon, 05 May 2014 12:52:42 -0400 Received: from diserzione.investici.org ([82.221.99.153]:57937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhM84-0002f8-Lc for emacs-orgmode@gnu.org; Mon, 05 May 2014 12:52:36 -0400 Received: from [82.221.99.153] (diserzione [82.221.99.153]) (Authenticated sender: clement@autistici.org) by localhost (Postfix) with ESMTPSA id 34863180A00 for ; Mon, 5 May 2014 16:52:25 +0000 (UTC) In-Reply-To: <87oazdmbsl.fsf@gmail.com> 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: emacs-orgmode@gnu.org > The *easiest* solution is to just say \alpha and \beta in the org file > instead of =CE=B1 and =CE=B2. 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 "=CE=B1" directly in = the=20 org document, and define #+latex_header: \usepackage[utf8]{inputenc} #+latex_header: \declareunicodecharacter{03b1}{=CE=B1} Provided your file is indeed encoded in utf-8 (but why would you use any=20 other encoding?) This simply tells the compiler to bind "=CE=B1" to the unicode character=20 "greek small letter alpha" (U+03B1). If there is a lot of unicode in the=20 document, XeTeX/LuaTeX are definitely better choices. Cl=C3=A9ment