Thanks for the help, I'd been struggling with that for a little while now. I'm not sure whether to feel glad it's such a simple fix, or foolish that in all my playing with pagebreak locations, paragraph sizing etc I never tried inserting newlines after the text. Both I guess.
There's still a case ...
Search found 7 matches
- Fri Feb 05, 2010 5:52 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
- Thu Feb 04, 2010 2:57 am
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Changing Header/Footers Using Afterpage
Sorry about that, was sure I'd checked that all three included files were attached.....I've edited the post to have them all now.
I left out the graphics since I didn't think it'd affect the layout any and would save some downloading, I've included them in this post though (since I can't post more ...
I left out the graphics since I didn't think it'd affect the layout any and would save some downloading, I've included them in this post though (since I can't post more ...
- Wed Feb 03, 2010 8:17 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Changing Header/Footers Using Afterpage
After fully updating my latex system, I'm still having the same problem with a some multi-page documents not getting the right header/footer after the first page.
Below is the code for the general layout of the report.
\documentclass[letterpaper, 11pt]{article}
\usepackage{graphicx,multirow ...
Below is the code for the general layout of the report.
\documentclass[letterpaper, 11pt]{article}
\usepackage{graphicx,multirow ...
- Wed Feb 03, 2010 5:10 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Re: Changing Header/Footers Using Afterpage
I compared file versions, and I did indeed have some out dated ones. After replacing them with current versions from CTAN, my small example works as it should. The full reports are still showing the same problem, but they involve a lot more packages which I'm now going to check for proper versions ...
- Tue Feb 02, 2010 11:24 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Re: Changing Header/Footers Using Afterpage
I've attached two file, the first one showing the way it should look, and usually does, and the second showing what happens when \afterpage, for whatever reason, doesn't seem to get called.
There isn't much to see on the second page for these particular reports, but you can get the idea of what ...
There isn't much to see on the second page for these particular reports, but you can get the idea of what ...
- Tue Feb 02, 2010 10:15 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Re: Changing Header/Footers Using Afterpage
I realize the samples were quite trivial, I was trying to show the \afterpage problem in as basic a context as possible. I'll try to explain my overall design a bit better.
Basically I'm writing a container for test results. The first page has a large company header, contact information and some ...
Basically I'm writing a container for test results. The first page has a large company header, contact information and some ...
- Tue Feb 02, 2010 5:29 pm
- Forum: Page Layout
- Topic: Changing Header/Footers Using Afterpage
- Replies: 13
- Views: 9073
Changing Header/Footers Using Afterpage
Hi there, I'm having some trouble switching between different headers/footers and margins between different pages of my document. Basically I'm using one header and footer combination for the first page, then for all subsequent pages a different header and footer. To accomplish this, I'm using the ...