Search found 4 matches

by TommyJay
Fri Jan 07, 2011 12:43 pm
Forum: Page Layout
Topic: Setting top margin with geometry: Where is my mistake?
Replies: 7
Views: 30164

Re: Setting top margin with geometry: Where is my mistake?

my pdf dokument is attached.

Basically I use Miktex 2.7, TexmakerX on Windows XP.
That contains:
dvips(k) 5.96
Miktex GPL Ghostscript 8.60
Miktex PDFlatex 2.7.2808

I figured out that it works fine when i use PDFLatex! So i guess something is wrong with my packages ... Furthermore they are a ...
by TommyJay
Thu Jan 06, 2011 11:49 pm
Forum: Page Layout
Topic: Setting top margin with geometry: Where is my mistake?
Replies: 7
Views: 30164

Re: Setting top margin with geometry: Where is my mistake?

used exactly your code and compiled with latex > dvips > ps2pdf.
but it doesn´t look like yours :(
i cannot upload a screenshot of my page cause it is too big. How did you make such a nice screen? :)
by TommyJay
Thu Jan 06, 2011 10:28 pm
Forum: Page Layout
Topic: Setting top margin with geometry: Where is my mistake?
Replies: 7
Views: 30164

Re: Setting top margin with geometry: Where is my mistake?

thx! but when i do that, my header starts at the top of the page (Not after 1.5cm). includefoot seems to work properly, but includehead not. I´m confused ...
by TommyJay
Thu Jan 06, 2011 9:22 pm
Forum: Page Layout
Topic: Setting top margin with geometry: Where is my mistake?
Replies: 7
Views: 30164

Setting top margin with geometry: Where is my mistake?

Hello everyone,
my goal is to simply set the page margins using the geometry package:

here comes my MWE:

\documentclass[12pt, a4paper, oneside]{scrbook}
\usepackage{geometry}
\geometry{a4paper, top=1.5cm, left=2.5cm, right=3.0cm, bottom=2.0cm}
\begin{document}
\chapter{test}
imagine 2 or 3 pages ...