pap
22-01-2006, 18:07
Hallo,
bin Latex-Neuling, bekomme folgende Fehlermeldung, mit der ich nichts anfangen kann:
----------------------------------------------------------
[LaTeX] main.tex => main.dvi (latex)
[LaTeX] finished with exit status 1
./Aufgabenstellung.tex:0:Missing number, treated as zero.
./main.tex:0:Missing number, treated as zero.
[LaTeX] 2 errors, 0 warnings, 9 badboxes
----------------------------------------------------------
Arbeite mit Kile unter Linux.
Hier ist mein "main.tex":
#################################################
\documentclass[12pt,a4paper,oneside,titlepage,ngerman]{scrreprt}
\setcounter{errorcontextlines}{9}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{verbatim}
\usepackage[dvips]{graphicx}
\usepackage{amsmath}
\usepackage[ignorefoot, ignorehead, left=3cm, right=3.2cm, top=3.5cm, bottom=4.5cm]{geometry}
\usepackage{setspace}
\linespread{1.2}%RR - Linienabstand
\usepackage{bibgerm}
\setlength{\parindent}{0.0mm}
\setlength{\parskip}{1.3ex plus 0.4ex minus 0.4ex}
\usepackage{here} %einbinden von Tabellen an bestimmter Stelle
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
\setlength{\belowcaptionskip}{0.2cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}% clear all
%========== Kapitelberschriften merken ===============
\renewcommand{\chaptermark}[1]{\markboth{Kapitel \thechapter : #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{Abschnitt\thesection : #1}}
\renewcommand{\sectionmark}[1]{\markboth{}{Abschnitt \thesection : #1}}
\renewcommand{\headrulewidth}{0.4pt}
%========= Seitenberschrift ======================
\chead[\small\slshape\leftmark]{\small\slshape\rightmark} %mittig
%\lhead[\small\slshape\leftmark]{} %links
%\rhead[]{\small\slshape\rightmark} %rechts
foot[\thepage]{\thepage}
\usepackage{plain}
\begin{document}
\singlespacing
\pagenumbering{empty} %keine Seitennummerierung
%======================== Vorspiel ==================%
\input{titel}
\newpage
\thispagestyle{empty}
\cleardoublepage
\input{Eid}
\input{Aufgabenstellung}
\input{Kurzfassung}
\thispagestyle{empty}
%========== Inhalts-, Abb.- und Tabellenverzeichnis===========%
\pagenumbering{roman}
\setcounter{tocdepth}{2}
\tableofcontents\addcontentsline{toc}{chapter}{Inh altsverzeichnis}
\cleardoublepage
\listoffigures\addcontentsline{toc}{chapter}{Abbil dungsverzeichnis}
\cleardoublepage
\listoftables\addcontentsline{toc}{chapter}{Tabell enverzeichnis}
\cleardoublepage
%================= Hauptteil ====================%
\pagenumbering{arabic}
\setcounter{chapter}{0}
\include{Einleitung}
\end{document}
################################################## #
bin Latex-Neuling, bekomme folgende Fehlermeldung, mit der ich nichts anfangen kann:
----------------------------------------------------------
[LaTeX] main.tex => main.dvi (latex)
[LaTeX] finished with exit status 1
./Aufgabenstellung.tex:0:Missing number, treated as zero.
./main.tex:0:Missing number, treated as zero.
[LaTeX] 2 errors, 0 warnings, 9 badboxes
----------------------------------------------------------
Arbeite mit Kile unter Linux.
Hier ist mein "main.tex":
#################################################
\documentclass[12pt,a4paper,oneside,titlepage,ngerman]{scrreprt}
\setcounter{errorcontextlines}{9}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{verbatim}
\usepackage[dvips]{graphicx}
\usepackage{amsmath}
\usepackage[ignorefoot, ignorehead, left=3cm, right=3.2cm, top=3.5cm, bottom=4.5cm]{geometry}
\usepackage{setspace}
\linespread{1.2}%RR - Linienabstand
\usepackage{bibgerm}
\setlength{\parindent}{0.0mm}
\setlength{\parskip}{1.3ex plus 0.4ex minus 0.4ex}
\usepackage{here} %einbinden von Tabellen an bestimmter Stelle
\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}
\setlength{\belowcaptionskip}{0.2cm}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}% clear all
%========== Kapitelberschriften merken ===============
\renewcommand{\chaptermark}[1]{\markboth{Kapitel \thechapter : #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{Abschnitt\thesection : #1}}
\renewcommand{\sectionmark}[1]{\markboth{}{Abschnitt \thesection : #1}}
\renewcommand{\headrulewidth}{0.4pt}
%========= Seitenberschrift ======================
\chead[\small\slshape\leftmark]{\small\slshape\rightmark} %mittig
%\lhead[\small\slshape\leftmark]{} %links
%\rhead[]{\small\slshape\rightmark} %rechts
foot[\thepage]{\thepage}
\usepackage{plain}
\begin{document}
\singlespacing
\pagenumbering{empty} %keine Seitennummerierung
%======================== Vorspiel ==================%
\input{titel}
\newpage
\thispagestyle{empty}
\cleardoublepage
\input{Eid}
\input{Aufgabenstellung}
\input{Kurzfassung}
\thispagestyle{empty}
%========== Inhalts-, Abb.- und Tabellenverzeichnis===========%
\pagenumbering{roman}
\setcounter{tocdepth}{2}
\tableofcontents\addcontentsline{toc}{chapter}{Inh altsverzeichnis}
\cleardoublepage
\listoffigures\addcontentsline{toc}{chapter}{Abbil dungsverzeichnis}
\cleardoublepage
\listoftables\addcontentsline{toc}{chapter}{Tabell enverzeichnis}
\cleardoublepage
%================= Hauptteil ====================%
\pagenumbering{arabic}
\setcounter{chapter}{0}
\include{Einleitung}
\end{document}
################################################## #