Skip to content

Kopfzeile nicht sichtbar trotz \pagestyle{tudheadings} #97

Answered by keinstein
Arduryo asked this question in Q&A
Discussion options

You must be logged in to vote

Typischerweise werden Kapitel auf Seiten ohne Kolumnentitel gesetzt. Offensichtlich auch hier. Definiert man \chapterpagestyle um, sollten die Kapitel auch mit Kolumnentiteln gesetzt werden. Beachten sollte man dabei, dass per default rechts die Abschnittsüberschrift gesetzt wird, die durch \chapter genullt wird. Beispiel:

\documentclass[ngerman,BCOR=4mm, cd=lightcolor, twoside,headsepline=true]{tudscrreprt}
\usepackage[automark]{scrlayer-scrpage}
\pagestyle{headings}
\usepackage{blindtext}
\begin{document}
\def\chapterpagestyle{headings}
\chapter{...}
\strut
\chapter{...}
\strut
\Blinddocument
\thispagestyle{plain}
\Blinddocument
\end{document}

Fazit: Um die korrekte Funktion zu überprü…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mrpiggi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #96 on March 21, 2024 17:15.