Der Footer wird bei Kapitelseiten nicht angezeigt. Muss ich einen clear-Befehl verwenden? Oder ein usepackage laden? Danke. Open in Online-Editor
\documentclass{scrreprt} \RequirePackage[german]{babel} \usepackage[automark]{scrpage2} \RequirePackage[german]{babel} \begin{document} %\input{./Inputs/HeaderFooter.tex} % Definition Kopfzeile / Fußzeile: \pagestyle{empty} \tableofcontents \newpage \pagestyle{useheadings} \setcounter{page}{1} % Viele Kapitel damit das Inhaltsverzeichnis voll wird... \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} % Definition Kopfzeile: %\ihead[{\includegraphics[height=14pt]{./Inputs/_Logo.png}}]{{\includegraphics[height=14pt]{inputs/s.pdf}}} %\ihead[{\includegraphics[height=14pt]{./Inputs/_Logo.png}}]{{\includegraphics[height=14pt]{./Inputs/_Logo.png}}} %\ohead[\Projecttitle]{\Projecttitle} % Definition Fußzeile: %\ifoot[\Filename]{\Filename} %Alt \ifoot{\texttt{\jobname.pdf}}%Neu \cfoot[]{} \ofoot[\pagemark~ / \hspace*{0.1mm} \pageref{LastPage}]{\pagemark~ / \hspace*{0.1mm} \pageref{LastPage}} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \chapter{Text mit Randkommentar} \section{Lorem Ipsum} \subsection{dflskf} \end{document} |
Übrigens:
scrpage2
ist veraltet. Der um einiges mächtigere Nachfolger istscrlayer-scrpage
.blindtext
oderlipsum
oder einfach mitmwe
erreichen. Siehe auch: Was ist ein vollständiges Minimalbeispiel oder kurz VM und wie erstelle ich dieses?