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?

--
Cecil Westerhof