monika113
29-09-2005, 18:06
Hallo!
Noch einmal so ein kleines Layout-Problem. Ich hätte so gern die Striche unter der Kopfzeile und über der Fußzeile in rot, weiß aber leider absolut nicht was ich machen soll?
documentclass[12pt,a4paper,fleqn]{book}
\usepackage{german}
\usepackage[latin1]{inputenc}
\usepackage{bibgerm,cite}
\usepackage{graphicx}
\usepackage{epic}
\usepackage{curves}
\usepackage{verbatim}
\usepackage{fancyhdr}
\usepackage{theorem}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{tabularx}
\usepackage{listings}
%**** Symbolverzeichnis ****
\makeindex
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter. #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection. #1}}
\addtolength{\headheight}{7pt}
\renewcommand{\sectionmark}[1]%
{\markright{\thesection\ #1}}
\renewcommand{\labelenumi}{(\Roman{enumi})}
\lhead[\fancyplain{}{\thepage}]%
{\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\leftmark}]%
{\fancyplain{}{\thepage}}
\cfoot{}
\begin{document}
%**** Deckblatt *****
{
\thispagestyle{plain}
\include{title}
}
%**** Inhaltsverzeichnis, Abbildungsverzeichnis u.s.w. *****
\frontmatter{
\tableofcontents
\listoffigures
\listoftables
}
%**** Die einzelnen Kapitel *****
\mainmatter{
\include{chap1dpa}
\include{chap2dpa}
\include{chap3dpa}
%**** Literaturverzeichnis ****
\include{bibliogr}
%***** Anhänge ****
\appendix
\include{anhang}
\include{anhang2}
\end{document}
Noch einmal so ein kleines Layout-Problem. Ich hätte so gern die Striche unter der Kopfzeile und über der Fußzeile in rot, weiß aber leider absolut nicht was ich machen soll?
documentclass[12pt,a4paper,fleqn]{book}
\usepackage{german}
\usepackage[latin1]{inputenc}
\usepackage{bibgerm,cite}
\usepackage{graphicx}
\usepackage{epic}
\usepackage{curves}
\usepackage{verbatim}
\usepackage{fancyhdr}
\usepackage{theorem}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{tabularx}
\usepackage{listings}
%**** Symbolverzeichnis ****
\makeindex
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter. #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection. #1}}
\addtolength{\headheight}{7pt}
\renewcommand{\sectionmark}[1]%
{\markright{\thesection\ #1}}
\renewcommand{\labelenumi}{(\Roman{enumi})}
\lhead[\fancyplain{}{\thepage}]%
{\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\leftmark}]%
{\fancyplain{}{\thepage}}
\cfoot{}
\begin{document}
%**** Deckblatt *****
{
\thispagestyle{plain}
\include{title}
}
%**** Inhaltsverzeichnis, Abbildungsverzeichnis u.s.w. *****
\frontmatter{
\tableofcontents
\listoffigures
\listoftables
}
%**** Die einzelnen Kapitel *****
\mainmatter{
\include{chap1dpa}
\include{chap2dpa}
\include{chap3dpa}
%**** Literaturverzeichnis ****
\include{bibliogr}
%***** Anhänge ****
\appendix
\include{anhang}
\include{anhang2}
\end{document}