>
> # 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 ma
>
> # 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 w
On Fri, Feb 3, 2012 at 06:09, Vikas Rawal
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 -interaction nonstopmode
>
> (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-
>
> 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. T
Vikas Rawal 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 devanagari)
जम्बुनाथन्
--
On Thu, Feb 2, 2012 at 12:47, Vikas Rawal
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 would be helpful.
>
I don't
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