diff options
author | wlemb <wlemb> | 2002-05-03 17:14:51 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2002-05-03 17:14:51 +0000 |
commit | 9567f2f049316741759df55bd25b04ff40961dd9 (patch) | |
tree | af84966a576d3e7009a79c97d31e0f47c353e3d8 /tmac/an-old.tmac | |
parent | e854dc9f506d92de2c9af0610f896a370a1438ca (diff) | |
download | groff-9567f2f049316741759df55bd25b04ff40961dd9.tar.gz |
* doc/groff.texinfo: Don't use the string `Appendix' for appendix
headers (both in the text and the table of contents).
* man/groff_tmac.man, src/roff/troff/troff.man: Fix order of tmac
directories.
Use registers LL and LT (similar to -ms) for controlling the
length of title and line, respectively, in the -man and -mdoc
macro packages.
* tmac/doc-ditroff (doc-setup-page-layout), tmac/doc-nroff
(doc-setup-page-layout): Use \n[LL] and \n[LT].
* tmac/an-old.tmac: Set \n[LL] and \n[LT] if not defined.
(TH): Use \n[LL].
(an-header, an-p-footer): Use \n[LT].
* NEWS, tmac/groff_man.man, tmac/groff_mdoc.man,
doc/groff.texinfo: Document it.
Diffstat (limited to 'tmac/an-old.tmac')
-rw-r--r-- | tmac/an-old.tmac | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac index 9a6d5c7a..12726638 100644 --- a/tmac/an-old.tmac +++ b/tmac/an-old.tmac @@ -58,6 +58,15 @@ . el .nr cR 0 .\} . +.if !r LL \{\ +. ie n .nr LL 78n +. el .nr LL 6.5i +.\} +.if !r LT \{\ +. ie n .nr LT 78n +. el .nr LT 6.5i +.\} +. .nr an-html 0 .if '\*[.T]'html' .nr an-html 1 .if \n[an-html] .nr C 1 @@ -105,8 +114,6 @@ . nr PS-SH 10.95z . nr VS 12p . -. nr LT \n[.l] -. . \" use sizes similar to LaTeX . if t \{\ . ie (\\n[S] == 11) \{\ @@ -127,6 +134,7 @@ . . ps \\n[PS]u . vs \\n[VS]u +. ll \\n[LL]u . . nr IN 7.2n . PD |