| 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 |
This is a request for those of us who do not have access to a two
sided page printer. The request: can you come up with a way to put
page number on just the right side of the page bottom. I realize
this is the way it has to be for most documentation. However in
the field we do many short documents and one sided documents are
fine. It is just that the page numbers and footers switch from side
to side. Can you create a tag to force page numbering and footers
to the right side of the page??? Another option might be to eliminate
the footers and center the page number. What are the possibilities
of getting something like this incorporated?
Thanks
Ron Murse
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 288.1 | VAXUUM::ADLER | Wed Apr 22 1987 18:42 | 4 | ||
Not for V1.0 (at this late date), but we'll add it to the wishlist. --Brian | |||||
| 288.2 | local doctype as well | CLOSET::ANKLAM | Thu Apr 23 1987 15:53 | 6 | |
It is doable by creating a 'local' doctype. All you would need to
change would be the \rightfooterline and \leftfooterline. These
control the position of the page number.
| |||||
| 288.3 | How to do it | 51336::LITBY | Can't you bloody read? | Mon Jun 01 1987 11:15 | 7 |
\def\leftheaderline{\rightheaderline}
\def\leftfooterline{\rightfooterline}
will do it - all footers/headers will be aligned to the right.
-- POL
| |||||