oscarspatz
19-12-2005, 00:26
Hallo!
Ich habe folgendes Problem - in meiner Kopfzeile taucht >>TABELLENVERZEICHNIS<<, >>BILDVERZEICHNIS<< und >>LITERATUR<< auf. Wie kann ich das in >>Bildverzeichnis<< bzw. >>Tabellenverzeichnis<< usw. ändern???
\documentclass[12pt,a4paper,fleqn]{scrbook}
\usepackage{scrpage2}
\usepackage[clearempty]{titlesec}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{mathptmx}
\usepackage[nottoc]{tocbibind}
\usepackage[intoc]{nomencl}
und
\begin{document}
\pagestyle{scrheadings}
\nocite{*}
\include{TITEL}
\frontmatter
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\include{einleitung}
[...]
\bibliography{Literatur}
\end{document}
so sieht mein Code aus.
Vielen Dank für Tips..
Tante Edit: 1x \frontmatter war doppelt und ist oben rausgeflogen....
Ich habe folgendes Problem - in meiner Kopfzeile taucht >>TABELLENVERZEICHNIS<<, >>BILDVERZEICHNIS<< und >>LITERATUR<< auf. Wie kann ich das in >>Bildverzeichnis<< bzw. >>Tabellenverzeichnis<< usw. ändern???
\documentclass[12pt,a4paper,fleqn]{scrbook}
\usepackage{scrpage2}
\usepackage[clearempty]{titlesec}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{mathptmx}
\usepackage[nottoc]{tocbibind}
\usepackage[intoc]{nomencl}
und
\begin{document}
\pagestyle{scrheadings}
\nocite{*}
\include{TITEL}
\frontmatter
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\include{einleitung}
[...]
\bibliography{Literatur}
\end{document}
so sieht mein Code aus.
Vielen Dank für Tips..
Tante Edit: 1x \frontmatter war doppelt und ist oben rausgeflogen....