Search found 5 matches

by HcN
Fri Jun 29, 2012 8:53 pm
Forum: Page Layout
Topic: Font Colors for Headings at every Place
Replies: 3
Views: 10938

Re: Font Colors for Headings at every Place

Up .. nobody has an idea ?
Even about how to change font colour for FancyHDR ?
by HcN
Fri Jun 29, 2012 1:11 pm
Forum: Page Layout
Topic: Remove all Subsection Headings Entries from ToC
Replies: 2
Views: 2207

Re: Remove all Subsection Headings Entries from ToC

Works just fine !
Thank you Stefan !
by HcN
Thu Jun 28, 2012 5:41 pm
Forum: Page Layout
Topic: Remove all Subsection Headings Entries from ToC
Replies: 2
Views: 2207

Remove all Subsection Headings Entries from ToC

Hi everyone,

I wondering how to remove all subsections lines from the table of content, without removing their numbering nor position (ie, without using \subsection*{}) ?

Cheers !
by HcN
Tue Jun 26, 2012 2:48 pm
Forum: Page Layout
Topic: Change Position of Page Number
Replies: 6
Views: 84940

Change Position of Page Number

Hi ParkaDude,

I think what you need here is just to redefine the "plain" style of fancyhdr .
\usepackage{fancyhdr}
\fancypagestyle{plain}{
\fancyfoot[C]{\thepage}}
\pagestyle{plain}
The plain style is the one that applies to every part of your document that does not consist of text. Ergo, first ...
by HcN
Fri Jun 22, 2012 5:28 pm
Forum: Page Layout
Topic: Font Colors for Headings at every Place
Replies: 3
Views: 10938

Font Colors for Headings at every Place

Hi everyone,

I am facing a few (very small and unimportant) problems with changing font colours on my LaTeX template.

I want to introduce font colour for every heading level and an horizontal bar below chapter/section titles. I used the sectsty package, with \color and \sectionrule :

\usepackage ...