Pgps -mm macro does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
groff (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: groff
man groff_mm says:
" Pgps Controls whether header and footer pointsize should follow the
0 Pointsize will only change to the current setting when .PH,
1 Pointsize will change after every .S. This is the default."
However, .Pgps 0 does not seem to have any effect.
I will attach a demo file, which begins as follows:
.S 5
.Pgps 0
.PF "''This should be in 5-point text''"
.P
This is 5-point text.
.S 12
.P
xxx xxxxxx x x x x xxxxxxxxxxxxxx xxxxxxxxxxx xx xxxxxxxxxxxx xxx xx xxxxx
(more text...)
The footer appears in 12-point, but should be in 5-point.
Changed in groff (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Demo file. Usage:
grpff -mm -Tps mm_Pgps_bug.tr > out.ps
gv out.ps