Search found 14 matches

by skwateur
Mon Jul 09, 2012 6:15 am
Forum: Text Formatting
Topic: Custom Formatting for Section Heading
Replies: 8
Views: 4435

Re: Custom Formatting for Section Heading

Hello again,

I've been trying to use \ifthesection but I still can't make it.
Could you please post a small sample showing how to use \ifthesection please ?
by skwateur
Fri Jul 06, 2012 9:22 pm
Forum: Page Layout
Topic: fancyhdr | Page Geometry is altered
Replies: 8
Views: 5070

Re: fancyhdr | Page Geometry is altered

Okay, thank you :)
by skwateur
Fri Jul 06, 2012 4:36 pm
Forum: Page Layout
Topic: fancyhdr | Page Geometry is altered
Replies: 8
Views: 5070

fancyhdr | Page Geometry is altered

Code: Select all

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 65.4pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.
I fixed it with \setlength{\headheight}{65.4} and everything is fine now, thanks a lot !
by skwateur
Fri Jul 06, 2012 4:23 pm
Forum: Text Formatting
Topic: Custom Formatting for Section Heading
Replies: 8
Views: 4435

Custom Formatting for Section Heading

Wow very nice !

Is there anyway to avoid this style for \tableofcontent ?
by skwateur
Fri Jul 06, 2012 4:07 pm
Forum: Page Layout
Topic: fancyhdr | Page Geometry is altered
Replies: 8
Views: 5070

Re: fancyhdr | Page Geometry is altered

thanks.

I'm trying to use the geometry package right now but I've got the same problem : the first page always has a bigger or smaller margin than the 2 following pages.
:evil:
by skwateur
Fri Jul 06, 2012 4:04 pm
Forum: Text Formatting
Topic: Custom Formatting for Section Heading
Replies: 8
Views: 4435

Re: Custom Formatting for Section Heading

Thanks a lot guys, I'll try that when I'm done with the footer/margin problem...
by skwateur
Fri Jul 06, 2012 3:16 pm
Forum: Page Layout
Topic: fancyhdr | Page Geometry is altered
Replies: 8
Views: 5070

fancyhdr | Page Geometry is altered

Hello again guys,

I'm having a strange problem. I modified the document margin :
\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.875in}
\addtolength{\textwidth}{1.85in}
\addtolength{\topmargin}{-.875in}
I've made my footer with fancyhdr . The space between the footer and the ...
by skwateur
Fri Jul 06, 2012 2:44 pm
Forum: Text Formatting
Topic: Custom Formatting for Section Heading
Replies: 8
Views: 4435

Custom Formatting for Section Heading

Hello guys,

I'm having some difficulties to make something like that :
section-formatting.png
section-formatting.png (5.25 KiB) Viewed 4428 times
I've been trying many things but I do not get anything like this...

Any ideas ?

Thanks :)
by skwateur
Fri Jul 06, 2012 2:32 pm
Forum: Page Layout
Topic: fancyhdr | Create unsual custom Header
Replies: 4
Views: 2950

Re: fancyhdr | Create unsual custom Header

:shock: perfect. You're a pro dude, thanks a lot !
by skwateur
Fri Jul 06, 2012 12:35 pm
Forum: Page Layout
Topic: fancyhdr | Create unsual custom Header
Replies: 4
Views: 2950

Re: fancyhdr | Create unsual custom Header

smart !

But I can't make a table with three columns of the same size with a left item flushed on the left, a middle item centered and a right item flushed on the right..

I've been trying to do that for a few hours now... and still can't make it.

Do you have a sample code please ?