Up .. nobody has an idea ?
Even about how to change font colour for FancyHDR ?
Search found 5 matches
- Fri Jun 29, 2012 8:53 pm
- Forum: Page Layout
- Topic: Font Colors for Headings at every Place
- Replies: 3
- Views: 10938
- 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 !
Thank you Stefan !
- 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
Cheers !
I wondering how to remove all subsections lines from the table of content, without removing their numbering nor position (ie, without using
\subsection*{}
) ?Cheers !
- 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 ...
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 ...
- 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 ...
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 ...