Search found 3 matches

by emf2268
Thu Oct 23, 2008 10:15 pm
Forum: General
Topic: Special margins on certain pages
Replies: 3
Views: 7489

Re: Special margins on certain pages

No, wait, nevermind. Got it. It works fine. Thanks for your help! :P
by emf2268
Thu Oct 23, 2008 10:09 pm
Forum: General
Topic: Special margins on certain pages
Replies: 3
Views: 7489

Special margins on certain pages

Every page after the first has a header. It goes like this:

First page:
-No header
-Small top margin

Every other page, even if text from the first page "floats" to the second:
-Header
-Normal top margin

Here's my code now:

\documentclass[11pt]{article}

\usepackage{afterpage}
\usepackage{ifthen ...
by emf2268
Thu Oct 23, 2008 8:56 pm
Forum: General
Topic: Special margins on certain pages
Replies: 3
Views: 7489

Special margins on certain pages

I have a document I'm trying to write in Latex. It is generated by a PHP script; the first page may or may not have enough text to move to the next page. Now, the second page forward has a header, and thus a non-zero header height, separation, and top margin. The first page, however, does not have a ...