summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2009-01-03 07:56:37 +0000
committerwl <wl>2009-01-03 07:56:37 +0000
commit070c1757cc1e6cdfb72a303a1878a562b745d8fa (patch)
treef04b76a5998be6e75496ad7d8c48c0dc8269ea47
parent2b009eee7da6d874908066bf954fd3b7cd0873f5 (diff)
downloadgroff-070c1757cc1e6cdfb72a303a1878a562b745d8fa.tar.gz
* groff_mm.man: Use new `x' table modifier for all tables which use
T{...T}. This greatly improves formatting.
-rw-r--r--contrib/mm/ChangeLog11
-rw-r--r--contrib/mm/groff_mm.man52
2 files changed, 39 insertions, 24 deletions
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 623d4313..cd116891 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,13 +1,18 @@
-Tue Feb 6 00:00:00 CET 2007 Eric S. Raymond <esr@snark.thyrsus.com>
+Sat Jan 3 08:55:15 2009 Werner LEMBERG <wl@gnu.org>
+
+ * groff_mm.man: Use new `x' table modifier for all tables which use
+ T{...T}. This greatly improves formatting.
+
+Tue Feb 6 00:00:00 2007 Eric S. Raymond <esr@snark.thyrsus.com>
* groff_mm.man: Typo fix.
-Sat Feb 3 00:00:00 CET 2007 Eric S. Raymond <esr@snark.thyrsus.com>
+Sat Feb 3 00:00:00 2007 Eric S. Raymond <esr@snark.thyrsus.com>
* groff_mm.man: Eliminate nonportable macro hackery in the
definition of T2 in favor or TBL tables.
-Fri Jan 5 14:35:35 CET 2007 Werner LEMBERG <wl@gnu.org>
+Fri Jan 5 14:35:35 2007 Werner LEMBERG <wl@gnu.org>
Fix installation. Reported by Jennifer Sayers.
diff --git a/contrib/mm/groff_mm.man b/contrib/mm/groff_mm.man
index 163c436f..863735b7 100644
--- a/contrib/mm/groff_mm.man
+++ b/contrib/mm/groff_mm.man
@@ -323,7 +323,7 @@ controls where the abstract is printed.
.TS
tab(@);
lb lb
-l l.
+l lx.
\fBArg@Placement\fP
0@T{
Abstract is printed on page\~1 and on the cover sheet if used in the
@@ -532,8 +532,10 @@ and
.IP
.TS
tab(@);
-l l.
-0@Nothing special, this is the default.
+l lx.
+0@T{
+Nothing special, this is the default.
+T}
1@T{
A page eject occurs after each printed display,
giving only one display per page and no text following it.
@@ -548,7 +550,7 @@ T}
.IP
.TS
tab(@);
-l l.
+l lx.
0@T{
Displays are printed at the end of each section (when section-page
numbering is active) or at the end of the document.
@@ -612,7 +614,7 @@ can be nested arbitrarily.
.IP
.TS
tab(@);
-l l.
+l lx.
\[dq]\[dq]@No indentation.
none@No indentation.
L@No indentation.
@@ -673,7 +675,7 @@ argument changes the numbering.
.IP
.TS
tab(@);
-l l.
+l lx.
none@T{
.I override
is a prefix to the number.
@@ -1131,7 +1133,7 @@ Default value is\~0.
.B Hi
.TS
tab(@);
-l l.
+l lx.
0@The text is left-justified.
1@T{
Indentation of the text follows the value of number
@@ -1140,7 +1142,9 @@ register
see
.BR P .
T}
-2@The text is lined up with the first word of the heading.
+2@T{
+The text is lined up with the first word of the heading.
+T}
.TE
.
.IP
@@ -1459,7 +1463,7 @@ The macro is then called with the index as argument(s).
.IP
.TS
tab(@);
-l l.
+l lx.
N@Page numbers
H@Header marks
B@T{
@@ -1749,7 +1753,7 @@ See also section
.TS
tab(@);
lb lb
-l l.
+l lx.
Arg@Style
BL@T{
Blocked.
@@ -1784,7 +1788,7 @@ This is a list of the standard options:
.IP
.TS
tab(@);
-l l.
+l lx.
CN@T{
Confidential notation.
Prints `CONFIDENTIAL' on the second line below the date line.
@@ -2238,7 +2242,7 @@ whether to eject a page or not.
.IP
.TS
tab(@);
-l l.
+l lx.
0@T{
The reference page is printed on a separate page.
This is the default.
@@ -2593,7 +2597,7 @@ Its value is the sum of all wanted features.
.TS
tab(@);
lb lb
-l l.
+l lx.
Arg@Description
1@T{
Disable the escape character (\[rs]).
@@ -2678,7 +2682,7 @@ Footnote and display width control.
.RS
.TS
tab(@);
-l l.
+l lx.
N@T{
Set default mode which is equal to using the options
.BR \-WF ,
@@ -3058,13 +3062,15 @@ with a default value of\~1.
.IP
.TS
tab(@);
-l l.
+l lx.
0@no indentation, left margin
1@T{
indent to the right, similar to
.RB ` ".P 1" '
T}
-2@indent to line up with text part of preceding heading
+2@T{
+indent to line up with text part of preceding heading
+T}
.TE
.RE
.
@@ -3215,13 +3221,17 @@ Page numbering style.
.IP
.TS
tab(@);
-l l.
+l lx.
0@normal header for all pages.
-1@header replaces footer on first page, header is empty.
+1@T{
+header replaces footer on first page, header is empty.
+T}
2@page header is removed on the first page.
3@`section-page' numbering style enabled.
4@page header is removed on the first page.
-5@`section-page' and `section-figure' numbering style enabled.
+5@T{
+`section-page' and `section-figure' numbering style enabled.
+T}
.TE
.RE
.
@@ -3289,7 +3299,7 @@ the current settings or just change when the header and footer are defined.
.IP
.TS
tab(@);
-l l.
+l lx.
0@T{
Point size only changes to the current setting when
.BR .PH ,
@@ -3322,7 +3332,7 @@ Paragraph type.
.IP
.TS
tab(@);
-l l.
+l lx.
0@left-justified
1@indented paragraphs
2@T{