From 9567f2f049316741759df55bd25b04ff40961dd9 Mon Sep 17 00:00:00 2001 From: wlemb Date: Fri, 3 May 2002 17:14:51 +0000 Subject: * 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. --- tmac/an-old.tmac | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tmac/an-old.tmac') 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 -- cgit v1.2.1