From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Unicode (hindi/devnagari) in beamer export Date: Fri, 10 Feb 2012 14:01:13 +0530 Message-ID: <20120210083113.GA8373@panahar> References: <20120202114751.GA19477@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvlyt-0004um-6s for emacs-orgmode@gnu.org; Fri, 10 Feb 2012 03:37:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvlys-0006Gm-2x for emacs-orgmode@gnu.org; Fri, 10 Feb 2012 03:37:23 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:42140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvlyr-0006Gb-Uc for emacs-orgmode@gnu.org; Fri, 10 Feb 2012 03:37:22 -0500 Received: by pbcwz17 with SMTP id wz17so2387806pbc.0 for ; Fri, 10 Feb 2012 00:37:20 -0800 (PST) Content-Disposition: inline In-Reply-To: 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 > > # for unicode export to pdf with xelatex > #+LATEX_HEADER: \usepackage{xltxtra} > > You can choose your font with something like this: > > # font for pdf export as article > #+LATEX_HEADER: \setmainfont{Linux Libertine} > Also for the record, following minor modification was needed to make the half-letters and conjucts display properly in the exported pdf. #+LATEX_HEADER: \usepackage{fontspec,xltxtra} #+LATEX_HEADER: \setmainfont[Script=Devanagari]{gargi} Vikas