Search found 6 matches

by ErgoProxy
Tue Oct 20, 2009 9:30 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

First chapter space has invisible header

Ok I fixed it :)

by adding the following to the prime tex file (where the \begin{document} is and then do the \thispagestyle{plain} to fix all :)

\fancypagestyle{plain}{%
\fancyhf{}
\renewcommand\headrulewidth{0pt}
\renewcommand\footrulewidth{0pt}

\renewcommand\headsep{-10pt}
\renewcommand ...
by ErgoProxy
Mon Oct 19, 2009 10:23 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

First chapter space has invisible header

Ok by adding another line my headers are at 20mm spacing from the top. The section heading though are still 5mm off to low.

\usepackage {fancyhdr, epsfig, amssymb, tabularx, amsmath, float, harvard}
\usepackage [left=30mm, right=25mm, top=20mm, bottom=20mm, includefoot]{geometry}
\setlength ...
by ErgoProxy
Mon Oct 19, 2009 10:10 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

First chapter space has invisible header

I think my problem is related to this posting:

How to set the top margin
http://www.latex-community.org/forum/vi ... f=5&t=1533
by ErgoProxy
Mon Oct 19, 2009 10:01 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

Re: First chapter space has invisible header

Apologies! And thank you :) I'm eager to join more actively :)
by ErgoProxy
Mon Oct 19, 2009 9:47 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

First chapter space has invisible header

Hi,

I added the last line in this section to the above document and now they are only about 5mm out of sync. Header is 5mm to high.


\usepackage {fancyhdr, epsfig, amssymb, tabularx, amsmath, float, harvard}
\usepackage [left=30mm, right=25mm, top=20mm, bottom=20mm, includefoot]{geometry ...
by ErgoProxy
Mon Oct 19, 2009 9:33 pm
Forum: Text Formatting
Topic: First chapter space has invisible header
Replies: 6
Views: 3445

First chapter space has invisible header

Dear Community,

I need help with the following: Top spacing 20mm. My section heading is lower about 30mm to fit in an invisible header. I need to make the first page of the new section without any headings and footnotes - it works but there are additional spacing above the section name ...