aus unerklärlichen Gründen bekomme ich durch das Wort "Morphologie" einen Fehler beim Kompilieren.
Kommentiert man es aus läuft alles super durch.
Wäre dankbar für eine Hinweis!
Und wenn es von Bedeutung ist, ich benutze "pdflatex".
Hier ist der Fehler im .log:
l.14 \item[Morphologie]
Test
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
! Package inputenc Error: Unicode char \u8: not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
und hier ein Minimalbeispiel:
\documentclass[fontsize=12pt, paper=a4, twoside=false, ]{scrreprt} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \begin{document} % \begin{description} % \item[Morphologie] Test % \item[Test-Test] Test % \end{description} % \end{document}
MfG