Search found 4 matches

by kgolod
Thu Sep 22, 2011 5:49 am
Forum: Text Formatting
Topic: Decreased Font Size and small Capitals in Header
Replies: 6
Views: 16878

Re: Decreased Font Size and small Capitals in Header

Actually, I just figured it out. As per your original suggestion, it ended up to be very easy with the titlesec package.

Thank you again for your help!

K
by kgolod
Thu Sep 22, 2011 4:53 am
Forum: Text Formatting
Topic: Decreased Font Size and small Capitals in Header
Replies: 6
Views: 16878

Re: Decreased Font Size and small Capitals in Header

Thank you so much, localghost! The code worked beautifully!

And I have a quick follow up question, if I may...

Is there a way to add a horizontal line under the header? I tried doing it using \headrule in the titlesec package, as you've suggested, but I just cannot get both the header text and the ...
by kgolod
Wed Sep 21, 2011 3:25 am
Forum: Text Formatting
Topic: Decreased Font Size and small Capitals in Header
Replies: 6
Views: 16878

Re: Decreased Font Size and small Capitals in Header

Hello,

Thanks very much for your reply! I have worked with fancyhdr before, but in this case I just have to modify an existing document. I cannot use these packages since they also change the layout of the document, but it must remain the same...

The only think I want to change is to reduce the ...
by kgolod
Tue Sep 20, 2011 2:59 am
Forum: Text Formatting
Topic: Decreased Font Size and small Capitals in Header
Replies: 6
Views: 16878

Decreased Font Size and small Capitals in Header

Hello everyone,

I was wondering if anyone could help me with a chapter heading formatting problem.

I have the following code which inserts the name of the chapter at the header of every page:
\def\ps@headings{\let\@mkboth\markboth
\def\@oddfoot{}\def\@evenfoot{}% No footer.
\def\@oddhead ...