Hallo Forum,
ich habe ein kleines Problem.
Ich ordne mein Haupt-Latexfile mit den Befehlen \input{einleitung} etc.
Mein "einleitung.tex" file geht dann mit \chapter{das ist die einleitung} los.
Leider wird mir das nicht kompiliert...
Und ich weis nicht warum.
Kann mir vielleicht jemand helfen?
das ist mein Hauptfile
\documentclass[10pt]{article}
\begin{document}
\input{einleitung}
\end{document}
so sieht das "einleitung.tex" file aus:
\chapter{kapitel1}
hier kommt kapitel 1
Das ist die Fehlermeldung:
Undefined control sequence.
l.1 \chapter
{kapitel1}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Leider werde ich daraus nicht schlau.
Kann mir jemand weiterhelfen?
Grüße