| Title: | DOCUMENT T1.0 |
| Notice: | **New notesfile (DOCUMENT.NOTE) now available (see note 897)** |
| Moderator: | CLOSET::ADLER |
| Created: | Mon Feb 09 1987 |
| Last Modified: | Thu Oct 31 1991 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 897 |
| Total number of notes: | 4397 |
I have looked in the DTP files to make a few local doctype changes
and what I want to do is to change the \right and \left footerlines
I am a little bit puzzled (since I am a NOVICE), I cannot find what
a \if0#2 does. Is that the way to tell if you are on an odd page
or not?
And BTW how do you know what page you are on, anyway.
What I really wish to do, is to make page numbers, headers and footers
appear in the same place no matter what page number it happens to
be. Most of our stuff is single pages anyway and does not really
look well to have page numbers on either the left or right hand
part of the page on successive pages.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 306.1 | Who's on First | CUPOLA::LMELEWSKI | Thu Apr 30 1987 08:57 | 15 | |
To allow footers to appear at the same place on every page, you
must define rightfooterline and leftfooterline to place the number
at the same location, ie
\def\rightfooterline{
\hbox to \physicalpagewidth{\hss\footerfont\strut\rightfooter}
}
\def\leftfooterline{
\hbox to \physicalpagewidth{\hss\footerfont\strut\rightfooter}
}
Good Luck
Lorraine Melewski
| |||||