Exporting to LaTeX or PDF includes this line:
\usepackage[utf8]{inputenc}
And that seems to cope quite well with the actual accented characters.
If you learn an input method (latin-1-prefix is probably a good place to
start), then accented characters just fall through to the LaTeX and the right
thing happens.
`C-u C-\ latin-1-prefix' will set the input method. `C-h I' will get you help
on it.
,Douglas
Douglas Lewan
Shubert Ticketing
(201) 489-8600 ext 224
When I do good, I feel good. When I do bad, I feel bad and that's my religion.
- Abraham Lincoln
From: [email protected]
[mailto:[email protected]] On Behalf Of
Tyler Smith
Sent: Wednesday, 2013 January 02 15:28
To: [email protected]
Subject: [O] accented letters in pdf export
Hi,
I'm using org 7.9.2, with the new exporter dispatcher from org-export. When I
try to include accented letters, such as \'e, they don't work. When I export to
pdf using C-c C-e p, the resulting tex file shows $\backslash$'e where I had
\'e in the org file. Other macros, like \alpha, work fine.
How do I include accented letters in my pdflatex exports?
Thanks,
Tyler