[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] More test cases for MM margin setting bugs
From: |
James J. Ramsey |
Subject: |
[Groff] More test cases for MM margin setting bugs |
Date: |
Sun, 5 Jan 2003 09:37:35 -0800 (PST) |
The following file should add 2 inches to the top
margin. It does in Groff 1.18.
testsettopmarginiint-register.mm:
.nr pg*top-margin 2i
.PH 'Foo'Bar'Bar'
.PF 'Tom'Dick'Harry'
.P
This is a test
.P
This is a test
.P
This is a test.
.P
Extra header size is \n[pg*extra-header-size]
.P
Extra footer size is \n[pg*extra-footer-size]
The following file should also add 2 inches to the top
margin. It does in Groff 1.18.
testsetextra-header-size-register.mm:
.nr pg*extra-header-size 2i
.PH 'Foo'Bar'Bar'
.PF 'Tom'Dick'Harry'
.P
This is a test
.P
This is a test
.P
This is a test.
.P
Extra header size is \n[pg*extra-header-size]
.P
Extra footer size is \n[pg*extra-footer-size]
The following file should also add 2 inches to the top
margin. However, it does not, and in addition, it
changes the header--an unexpected side effect!
.VM 2i
.PH 'Foo'Bar'Bar'
.PF 'Tom'Dick'Harry'
.P
This is a test
.P
This is a test
.P
This is a test.
.P
Extra header size is \n[pg*extra-header-size]
.P
Extra footer size is \n[pg*extra-footer-size]
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff] More test cases for MM margin setting bugs,
James J. Ramsey <=