bug fix: it said \(nl where \n(nl was meant
This commit is contained in:
parent
721005b4d7
commit
933b1de514
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
||||||
. Er F "top margin size + bottom margin size >= paper size
|
. Er F "top margin size + bottom margin size >= paper size
|
||||||
.rm Mc
|
.rm Mc
|
||||||
.nr MS 0
|
.nr MS 0
|
||||||
.if (\\(nl>=(\\n(.pu-\\n(Bmu))&(\\n(Mi=0) .Bm \}
|
.if (\\n(nl>=(\\n(.pu-\\n(Bmu))&(\\n(Mi=0) .Bm \}
|
||||||
..
|
..
|
||||||
.de PN \" SET FIRST PAGE NUMBER
|
.de PN \" SET FIRST PAGE NUMBER
|
||||||
.\" .PN [ $1 [$2] ]
|
.\" .PN [ $1 [$2] ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue