Tagged Questions
2
votes
1answer
35 views
Empty page on the Part page
I'm using this on my document (scrartcl documentclass):
\usepackage{etoolbox}
\pretocmd{\section}{\cleardoubleevenemptypage}{}{}
\pretocmd{\part}{\cleardoubleevenemptypage}{}{}
This makes me get ...
3
votes
1answer
151 views
Customizing the header with fancyhdr
I am writing a report using the scrreprt KOMA class. Currently my header looks like this:
Introduction is the chapter name.
I would like to make two changes to it:
I would like to have the ...
4
votes
1answer
282 views
Need directions on how to gain more control over graphical design of header/footers
I have a design of a letterhead which contains a header and a footer as seen below in ASCII-form. As you can see it contains a header and a footer which have both above and below a horizontal ruler. ...
3
votes
3answers
493 views
Upper Case Page Header KOMA
I am trying change the page header in scrbook so that it contains upper case letters. To do so, I am using fancyhdr which gives me the required look for all the chapters.
Unfortunately there is a ...
6
votes
1answer
2k views
Replacing fancyhdr with scrpage2
I'm trying to reduce the number of packages I'm loading in my documents and I read on the KOMA documentation (and elsewhere) that it can define page styles better than fancyhdr. But each time I try to ...
3
votes
1answer
827 views
Switching from fancyhdr to srcpage2
Is it worth it to switch from the fancyhdr to the scrpage2 package?
I am trying to assess it's worth because I am having problems making the headers of the listsofsomething all uppercase.
I am using ...
15
votes
2answers
2k views
How to customize headers and footers?
I'd like to modify the contents of my headers and footers - e.g., to display the current chapter and/or section title or to change the pagination alignment. How can I do that? I've noticed the ...