A couple of vendor updates:

2003-05-01  Werner LEMBERG  <wl@gnu.org>

        * tmac/doc-ditroff, tmac/doc-nroff (doc-header-space,
        doc-footer-space): Initialize to 0.5i.
        (doc-setup-page-layout): Don't set doc-header-space and
        doc-footer-space.

2003-05-01  Ruslan Ermilov  <ru@FreeBSD.org>

        * tmac/doc-common (Nd): Use \[em].

2003-05-03  Werner LEMBERG  <wl@gnu.org>

        * tmac/doc-common (doc-header): Emit vertical space of 1v instead of
        `doc-header-space' after header line if register `cR' is set.
This commit is contained in:
Ruslan Ermilov 2003-05-03 21:54:30 +00:00
parent 21acd3a2ac
commit 65b4847f6c
3 changed files with 9 additions and 16 deletions

View File

@ -554,7 +554,10 @@
. as doc-header-string "\|.\|.\|.
. \}
. tl \*[doc-caption-font]\*[doc-header-string]\f[]\*[doc-caption-font2]\*[doc-volume]\f[]\*[doc-caption-font]\*[doc-header-string]\f[]
. sp \n[doc-header-space]u
. ie !\n[cR] \
. sp \n[doc-header-space]u
. el \
. sp 1v
. ev
. ns
..
@ -665,7 +668,7 @@
.\" NS width register `Nd' set above
.
.de Nd
. nop \- \$*
. nop \[em] \$*
..
.
.

View File

@ -118,13 +118,13 @@
.\" NS doc-header-space global register
.\" NS the space between header and body
.
.nr doc-header-space 0
.nr doc-header-space .5i
.
.
.\" NS doc-footer-space global register
.\" NS the space between body and footer
.
.nr doc-footer-space 0
.nr doc-footer-space .5i
.
.
.\" NS doc-display-vertical global register
@ -138,13 +138,8 @@
.\" NS
.\" NS modifies:
.\" NS doc-display-vertical
.\" NS doc-footer-space
.\" NS doc-header-space
.
.de doc-setup-page-layout
. nr doc-header-space .5i
. nr doc-footer-space .5i
.
. ie r LL \
. ll \n[LL]u
. el \

View File

@ -97,13 +97,13 @@
.\" NS doc-header-space global register
.\" NS the space between header and body
.
.nr doc-header-space 0
.nr doc-header-space 0.5i
.
.
.\" NS doc-footer-space global register
.\" NS the space between body and footer
.
.nr doc-footer-space 0
.nr doc-footer-space 0.5i
.
.
.\" NS doc-display-vertical global register
@ -117,13 +117,8 @@
.\" NS
.\" NS modifies:
.\" NS doc-display-vertical
.\" NS doc-footer-space
.\" NS doc-header-space
.
.de doc-setup-page-layout
. nr doc-header-space .5i
. nr doc-footer-space .5i
.
. ie r LL \
. ll \n[LL]u
. el \