emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Unicode (hindi/devnagari) in beamer export


From: Vikas Rawal
Subject: Re: [O] Unicode (hindi/devnagari) in beamer export
Date: Fri, 10 Feb 2012 14:01:13 +0530
User-agent: Mutt/1.5.21 (2010-09-15)


> 
> # 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



reply via email to

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