How can I customize the font-size in my headings pagestyle? The problem is that some chapters have too long name but I don't want to use any abbreviation in the header.
Suggestion?
|
How can I customize the font-size in my headings pagestyle? The problem is that some chapters have too long name but I don't want to use any abbreviation in the header. Suggestion? |
|||
|
Without knowing the class-file you are using, it is difficult to advise you. I will try: 1 Komascript
This ensure that all headings will have matching layout. 2 sectsty
in your preamble. This will make the chapter font smaller, but not the font for other sections. 3 titlesec
in your preamble. NB! 4 Hacking the standard classes Please, take a look at Vincent Zoonekynd homepage, where you will find necessary code. As you will see, it is low level In an answer to the question How to control chapter headings in report documentclass you will find some instruction how to change the code. Please, give me a notice if you want further assistance. |
||||
|
|
fancyhdrpackage. It is used to customize heading and footer – Spike Jul 9 '12 at 9:58