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

2012-02-10 Thread Vikas Rawal
# 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

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

2012-02-09 Thread Vikas Rawal
# font for pdf export as article #+LATEX_HEADER: \setmainfont{Linux Libertine} Make sure you choose something which supports devanagari. Unfortunately, I do not like the latin characters of all the fonts I have with devanagari characters. Most of them have san-serif latin characters while

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

2012-02-03 Thread suvayu ali
On Fri, Feb 3, 2012 at 06:09, Vikas Rawal vikasli...@agrarianresearch.org wrote: Works with a minor change as below: (setq org-latex-to-pdf-process      '(xelatex -interaction nonstopmode -output-directory %o %f       xelatex -interaction nonstopmode -output-directory %o %f       xelatex

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

2012-02-02 Thread Vikas Rawal
I need some Hindi/Devnagari text in a beamer presentation. I am able to use scim-bridge to enter unicode text in orgmode. But have not yet been able to export it correctly to a beamer presentation. Any pointers would be helpful. Thanks in advance. Vikas

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

2012-02-02 Thread suvayu ali
On Thu, Feb 2, 2012 at 12:47, Vikas Rawal vikasli...@agrarianresearch.org wrote: I need some Hindi/Devnagari text in a beamer presentation. I am able to use scim-bridge to enter unicode text in orgmode. But have not yet been able to export it correctly to a beamer presentation. Any pointers

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

2012-02-02 Thread Jambunathan K
Vikas Rawal vikasli...@agrarianresearch.org writes: I need some Hindi/Devnagari text in a beamer presentation. Just curious, are you using Emacs to enter Devanagari? C-x C-m C-\ devanagari- TAB (pick whatever) C-h C-\ (gives you the keymap) C-\ (to switch to English again) C-\ (to switch to

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

2012-02-02 Thread Vikas Rawal
C-x C-m C-\ devanagari- TAB (pick whatever) C-h C-\ (gives you the keymap) C-\ (to switch to English again) C-\ (to switch to devanagari) This works beautifully. Thanks. I have to make a presentation for a workshop in Devnagari. Normally, I use org-mode for making the presentation. The

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

2012-02-02 Thread Vikas Rawal
(setq org-latex-to-pdf-process xelatex -interaction nonstopmode -output-directory %o %f xelatex -interaction nonstopmode -output-directory %o %f xelatex -interaction nonstopmode -output-directory %o %f) Works with a minor change as below: (setq org-latex-to-pdf-process