Search found 4 matches
- Thu May 24, 2007 10:52 pm
- Forum: General
- Topic: Change top margin on just the title page
- Replies: 6
- Views: 11775
Re: Top Margin
Thanks a lot for all your help. It works perfectly now.
- Wed May 23, 2007 5:24 pm
- Forum: General
- Topic: Change top margin on just the title page
- Replies: 6
- Views: 11775
Change top margin on just the title page
Sorry still doesn't work. Maybe it is simpler with the code. I get a blank page with headers before the title page.
Framework page:
\documentclass[a4paper,12pt]{article}
\usepackage[dutch]{babel}
\usepackage{fancyhdr}
\usepackage[pdftex]{color,graphicx}
\usepackage{setspace}
\onehalfspacing ...
Framework page:
\documentclass[a4paper,12pt]{article}
\usepackage[dutch]{babel}
\usepackage{fancyhdr}
\usepackage[pdftex]{color,graphicx}
\usepackage{setspace}
\onehalfspacing ...
- Wed May 23, 2007 1:09 pm
- Forum: General
- Topic: Change top margin on just the title page
- Replies: 6
- Views: 11775
Change top margin on just the title page
Use the 'geometry' package. The different lengths used in a layout are interdependent and you can't usually modify one of them without having to modify others. 'Geometry' computes everything for you.
B.A.
How does this work for just a single page of my document (title page)? The geometry ...
- Wed May 23, 2007 8:07 am
- Forum: General
- Topic: Change top margin on just the title page
- Replies: 6
- Views: 11775
Change top margin on just the title page
For my title page I use \thispagestyle{empty} . The rest of my pages have fancy headers. The weird thing is that indeed the headers and page numbers are not showing up, but there is still a blank vertical space. I know how to change the text height on the fly (just for the title page), but how do I ...