Re: [O] accented letters in pdf export

2013-01-02 Thread Nick Dokos
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

Re: [O] accented letters in pdf export

2013-01-02 Thread Nick Dokos
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

Re: [O] accented letters in pdf export

2013-01-02 Thread Doug Lewan
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

Re: [O] accented letters in pdf export

2013-01-02 Thread Thomas S. Dye
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