From 086d69cc31f1615c03ddd475241eeed7e5dea4bb Mon Sep 17 00:00:00 2001 From: wlemb Date: Mon, 22 May 2000 06:21:49 +0000 Subject: * tmac/tmac.an: Added a new command line option `-rSxx' (`xx' can be 10, 11, or 12) to support output with 11pt and 12pt base font sizes. `.SS' now produces a heading with a smaller size than `.SH'. Completely formatted. * doc/groff.texinfo, tmac/groff_man.man, NEWS: Document it. * man/groff.man: Improved table appearance. Use of `eo' request to reduce number of doubled backslashes in macro definitions. Replacing `e' with `(rs'. Other minor fixes. * src/preproc/tbl/main.cc: Insert HTML table end tag before `lf' to have correct line number. * INSTALL: Small improvement. * man/roff.man, tmac/groff_tmac.man: Updates (with corrections by WL). --- tmac/groff_man.man | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'tmac/groff_man.man') diff --git a/tmac/groff_man.man b/tmac/groff_man.man index 7a3068e7..14bd3b0c 100644 --- a/tmac/groff_man.man +++ b/tmac/groff_man.man @@ -68,8 +68,15 @@ Enumeration of pages will start with .I nnn rather than with\ 1. .TP +.BI \-rS xx +Base document font size is +.I xx +points +.RI ( xx +can be 10, 11, or\ 12) rather than 10\ points. +.TP .BI \-rX nnn -After page +After page\ \c .IR nnn , number pages as .IR nnn a, @@ -130,18 +137,18 @@ Prints out all the text following up to the end of the line (resp. the text in the next line if there is no argument to .BR SH ) -in bold face, at a default size of 9\ point. +in bold face, one size larger than the base document size. Additionally, the left margin for the following text is reset to its default value. .TP .BI ".SS [" "text for a heading" ] -Sets up an unnumbered section heading. +Sets up an secondary, unnumbered section heading. Prints out all the text following .B SS up to the end of the line (resp. the text in the next line if there is no argument to .BR SS ) -in bold face, at a default size of 10\ point. +in bold face, at the same size as the base document size. Additionally, the left margin for the following text is reset to its default value. .TP -- cgit v1.2.1