Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pages between \part and the first following \chapter use running headers from the previous part. #37

Open
peci1 opened this issue Apr 29, 2020 · 0 comments

Comments

@peci1
Copy link

peci1 commented Apr 29, 2020

In [twoside]{ctuthesis}, try this code:

\part{Part one}
\chapter{Test 1}
...
\part{Part two}
intro text
\chapter{Test2}

The page containing the intro text has a running header containing Test 1. That's IMO wrong.

A workaround can be:

\thispagestyle{plain} % removes the running header which is from previous part

on each page between the part and its first chapter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant