2013/11/6 Cecil Westerhof <cldwesterhof@gmail.com>
2013/11/6 Cecil Westerhof <cldwesterhof@gmail.com>
I am only getting a message:
    ! Package inputenc Error: Unicode char \u8:− not set up for use with LaTeX.

But that should be solvable.

I solved that by changing in my .tex file:
    \usepackage[utf8]{inputenc}
to:
    \usepackage[utf8x]{inputenc}
 
and running pdflatex.

Is there a way to get this automatically in the .tex file, so I do not have to change it?

I have:
    (defcustom org-export-latex-inputenc-alist '(\"utf8\" . \"utf8x\") "")

But still the .tex file contains:
    \usepackage[utf8]{inputenc}
instead of:
    \usepackage[utf8x]{inputenc}

What is the right way to do this?

--
Cecil Westerhof