Nick Dokos wrote:
> Tyler Smith wrote:
>
> > How do I include accented letters in my pdflatex exports?
> >
>
> That looks like a bug in the new exporter (the old exporter handles it
> properly).
Eh, I rushed to judgment. It's probably by design, given Tom's mail and
after doing some reading
Tyler Smith wrote:
> 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
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 r
Tyler Smith writes:
> 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