Page Layout ⇒ Remove Chapter Info from Header
-
- Posts: 26
- Joined: Thu Apr 02, 2009 3:42 pm
Remove Chapter Info from Header
How do I simply remove the chapter info from the upper left of my content pages? Fancyhdr's defaults (without specifying \pagestyle{fancy}) work except for this. My (book) document is single-sided.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Remove Chapter Info from Header
It is necessary to know the relevant code for the setup of the headers. Build a minimal working example (MWE) and use the blindtext package to generate a sample document.
Best regards
Thorsten¹
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 26
- Joined: Thu Apr 02, 2009 3:42 pm
Remove Chapter Info from Header
I was simply confused by the fancyhdr manual. Instead of the defaults, I inserted the following, emptying the \lhead{} brackets.
Code: Select all
%setup for headers (fncyhdr)
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0pt}