From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: =?UTF-8?B?UmU6IGV4cG9ydGluZyDOsS/OsiB0byBsYXRleC9wZGY=?= Date: Sun, 4 May 2014 23:42:18 +0200 Message-ID: <20140504214218.GA7192@chitra.no-ip.org> References: <87k3a1tw46.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wh4B2-00074T-SQ for emacs-orgmode@gnu.org; Sun, 04 May 2014 17:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wh4Ax-0006Tz-Ei for emacs-orgmode@gnu.org; Sun, 04 May 2014 17:42:28 -0400 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:60884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wh4Ax-0006SR-8G for emacs-orgmode@gnu.org; Sun, 04 May 2014 17:42:23 -0400 Received: by mail-ee0-f50.google.com with SMTP id e51so100330eek.37 for ; Sun, 04 May 2014 14:42:21 -0700 (PDT) Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id y7sm24029092eev.5.2014.05.04.14.42.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 May 2014 14:42:20 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87k3a1tw46.fsf@skimble.plus.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 On Sun, May 04, 2014 at 04:13:45PM +0100, Sharon Kimble wrote: > I have these two symbols showing in my org-mode buffer with no > problems > ╭──── > │ alpha (ER-α) and beta (ER-β) > ╰──── > > but they are not exported to latex/pdf. How then can I do so please? The easiest solution is to use a modern TeX engine like XeTeX or LuaTeX along with a font with the required glyphs. I personally use XeTeX with Linux libertine fonts. You can find my setup here: Feel free to ask if anything is unclear. Cheers, -- Suvayu Open source is the future. It sets us free.