2

I was wondering if someone can help me with that latex error.

Package inputenc Error: Unicode char \u8:̈ not set up for use with LaTeX.

The Latex compiler can't compile and stops at a line, with an umlaut.

Thank you.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
NicTesla
  • 1,626
  • 5
  • 21
  • 35
  • See my answer to http://stackoverflow.com/questions/25969041/package-inputenc-error-unicode-char-u8%CE%B2-not-set-up-for-use-with-latex – Elmar Zander Jan 16 '15 at 09:11

1 Answers1

9

I figured out what the error was.

The problem was that I just copied some pdf text into the Latex document. Luckily the compiler told me, where exactly the problem was. As I mentioned above it's an umlaut. So I just retyped it and that's it.

Hope it helps someone.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
NicTesla
  • 1,626
  • 5
  • 21
  • 35