diff options
author | wl <wl> | 2006-03-17 21:51:04 +0000 |
---|---|---|
committer | wl <wl> | 2006-03-17 21:51:04 +0000 |
commit | 6e819118cf845ab8482eff43d78154c0c1008528 (patch) | |
tree | da75695ff8c0bdddb2184042d6ba04d821c35e38 /contrib/mom/momdoc/docprocessing.html | |
parent | e42edd3cac5c3ca101063f3e2ccd297a5d9d6dd9 (diff) | |
download | groff-6e819118cf845ab8482eff43d78154c0c1008528.tar.gz |
o Added a .SHIM after .sp \\n[#DC_LINES]v in .DROPCAP. Fixes
problem of dropcaps in initial paragraphs after COLLATE being set
slightly too high.
o Added .rr #DOC_LEAD_ADJUST_OFF to .ie clause of DOC_LEAD_ADJUST
and removed .rr #DOC_LEAD_ADJUST_OFF from DEFAULTS (after TRAPS)
so that document leading adjustment (or lack thereof) is
maintained from doc to doc when COLLATE is being used.
o Added new register, #PRE_COLLATE. The .FAMILY macro is called
several times during initial COLLATE processing, and contained a
stanza that allowed FAMILY, after a collate, to invoke DOC_FAMILY
if #COLLATE=1. This allowed users to use FAMILY after a COLLATE
but before START in a way consistent with the behaviour described
in the docs (namely, FAMILY before START sets the DOC_FAMILY).
Since that functionality is still needed, #PRE_COLLATE instructs
FAMILY not to reset DOC_FAMILY until COLLATE is complete (i.e.
after the break to a new page). #PRE_COLLATE, if set to 1, is
removed at the end of HEADER.
o Added control macros for linenumbering family, font, point size
and color
o Added a NO_SHIM macro
o Changed .PRINT "\h'\\n[#LIST_INDENT\\n[#DEPTH]]u' in the
"ROMAN I, padded" and "roman i, padded" clauses of ITEM to
.PRINT "\h'\\n[#HL_INDENT\\n[#DEPTH]]u' to fix bug associated
with using both PAD_LIST_DIGITS LEFT and SHIFT_LIST.
Diffstat (limited to 'contrib/mom/momdoc/docprocessing.html')
-rw-r--r-- | contrib/mom/momdoc/docprocessing.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/mom/momdoc/docprocessing.html b/contrib/mom/momdoc/docprocessing.html index 30971acc..16a5d543 100644 --- a/contrib/mom/momdoc/docprocessing.html +++ b/contrib/mom/momdoc/docprocessing.html @@ -387,6 +387,10 @@ to raise the picture slightly and still have <strong>SHIM</strong> ensure that text underneath falls exactly where it's supposed to. <p> +<strong>NOTE:</strong> For information on disabling the automatic +shimming of quotes and blockquotes during document processing, see +<a href="docelement.html#NO_SHIM">here</a>. +<p> <hr> <a name="SETUP"><h2><u>Document setup</u></h2></a> |