Search found 2 matches

by Gyatso
Tue Mar 25, 2014 12:18 pm
Forum: Page Layout
Topic: Facyhdr: Remove dot after section number
Replies: 2
Views: 19262

Re: Facyhdr: Remove dot after section number

That's perfect! Thank you! I had found something like that for \chaptermark but was never quite able to adapt it for the section.
by Gyatso
Tue Mar 25, 2014 11:24 am
Forum: Page Layout
Topic: Facyhdr: Remove dot after section number
Replies: 2
Views: 19262

Facyhdr: Remove dot after section number

I'm almost done with the fine tuning of my document, but there remains one unsolved mystery to me. I can break it down to this MWE

\documentclass[12pt]{report}

\usepackage{fancyhdr}

\pagestyle{fancy}
\fancyhf{}
\fancyhead[R]{\nouppercase {\rightmark}}
\fancyfoot[C]{\thepage}
\setlength ...