hi!!!
in the page in which there is the chapter's heading, the top margin is too big. in fact there is the head of page.
how can I remove the margin heading only pages that contain the title of chapter?
Document Classes ⇒ top margin of page
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
top margin of page
Hi Allevo,
with the titlesec package you could use \titlespacing, for example:
Stefan
with the titlesec package you could use \titlespacing, for example:
Code: Select all
\titlespacing*{\chapter}{0pt}{-50pt}{40pt}
LaTeX.org admin
Re: top margin of page
where do i put this command?!?!
Only certain pages should have the edge so
i can rewrite \chapter in this way:
\renewcommand{\chapter}[1]{\titlespacing*{\chapter}{0pt}{-50pt}{40pt}\chapter{#1}}
is correct?!?
Only certain pages should have the edge so
i can rewrite \chapter in this way:
\renewcommand{\chapter}[1]{\titlespacing*{\chapter}{0pt}{-50pt}{40pt}\chapter{#1}}
is correct?!?
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: top margin of page
No, just write it before \begin{document}, you would see an effect.
Stefan
Stefan
LaTeX.org admin