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

Option for disabling running header necessary? #77

Closed
sieversMartin opened this issue Feb 20, 2019 · 1 comment
Closed

Option for disabling running header necessary? #77

sieversMartin opened this issue Feb 20, 2019 · 1 comment

Comments

@sieversMartin
Copy link
Member

I got an email today asking how to remove the running header as this was requested by a conference call for papers ("Wissensmanagement Konferenz").

The solution is not complicated:

\pagestyle{empty}
\fancypagestyle{plain}{%
   \fancyhead{}
   \renewcommand{\headrulewidth}{0.0pt}
}%

Howver, I wonder, whether this is a common usecase so that an option for the document class would be a good idea.

@koppor What do you think?

@koppor
Copy link
Member

koppor commented Feb 20, 2019 via email

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

2 participants