groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/contrib/mom BUGS ChangeLog momdoc/macroli...


From: Peter Schaffter
Subject: [Groff-commit] groff/contrib/mom BUGS ChangeLog momdoc/macroli...
Date: Thu, 28 Sep 2006 17:20:30 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Peter Schaffter <PTPi>  06/09/28 17:20:30

Modified files:
        contrib/mom    : BUGS ChangeLog 
        contrib/mom/momdoc: macrolist.html typesetting.html 

Log message:
        Fixed broken links in momdoc/macrolist.html.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/BUGS?cvsroot=groff&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/ChangeLog?cvsroot=groff&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/momdoc/macrolist.html?cvsroot=groff&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/mom/momdoc/typesetting.html?cvsroot=groff&r1=1.19&r2=1.20

Patches:
Index: BUGS
===================================================================
RCS file: /sources/groff/groff/contrib/mom/BUGS,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- BUGS        1 Aug 2006 01:11:51 -0000       1.32
+++ BUGS        28 Sep 2006 17:20:30 -0000      1.33
@@ -16,6 +16,12 @@
 --Peter Schaffter
 
 ========================================================================
+Version 1.5
+===========
+Some links in macrolist.html not pointing to html "name" owing to
+missing # in link names.
+---Fixed---
+
 Version 1.4-b
 =============
 Linelengths and indents not always being respected in LIST.

Index: ChangeLog
===================================================================
RCS file: /sources/groff/groff/contrib/mom/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- ChangeLog   1 Aug 2006 01:11:51 -0000       1.51
+++ ChangeLog   28 Sep 2006 17:20:30 -0000      1.52
@@ -1,3 +1,7 @@
+* Thu Sep 28 2006
+
+o Fixed missing #'s in linknames in macrolist.html.
+
 * Mon Jul 31 2006
 
 o Changed all .LLs in LIST to .ll requests.

Index: momdoc/macrolist.html
===================================================================
RCS file: /sources/groff/groff/contrib/mom/momdoc/macrolist.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- momdoc/macrolist.html       1 Aug 2006 01:14:08 -0000       1.9
+++ momdoc/macrolist.html       28 Sep 2006 17:20:30 -0000      1.10
@@ -50,7 +50,7 @@
 <a href="#17">Utilities</a>                              <a 
href="#35">Endnotes</a>
                                        <a href="#36">Margin notes</a>
                                        <a href="#37">Bibliographic 
references</a>
-                                       <a href="#                   38">Tables 
of contents</a>
+                                       <a href="#38">Tables of contents</a>
                                        <a href="#39">Letter (correspondence) 
macros</a>
                                        <a href="#40">Changing global print 
style parameters after START</a>
                                        <a href="#41">Managing a document's 
first-page header</a>
@@ -70,150 +70,150 @@
 ==================
 
 <a name="1">+++ Paper size, margins, line length</a>
-    <a href="typesetting.htmlPAPER">PAPER</a>      -- set common paper sizes 
(letter, A4, etc)
-    <a href="typesetting.htmlPAGEWIDTH">PAGEWIDTH</a>  -- set a custom page 
width
-    <a href="typesetting.htmlPAGELENGTH">PAGELENGTH</a> -- set a custom page 
length
-    <a href="typesetting.htmlPAGE">PAGE</a>       -- set explicit page 
dimensions and margins
-    <a href="typesetting.htmlT_MARGIN">T_MARGIN</a>   -- set a top margin
-    <a href="typesetting.htmlB_MARGIN">B_MARGIN</a>   -- set a bottom margin
-    <a href="typesetting.htmlL_MARGIN">L_MARGIN</a>   -- set a left margin 
(page offset)
-    <a href="typesetting.htmlR_MARGIN">R_MARGIN</a>   -- set a right margin
-    <a href="typesetting.htmlLINELENGTH">LL</a>         -- set a line length
+    <a href="typesetting.html#PAPER">PAPER</a>      -- set common paper sizes 
(letter, A4, etc)
+    <a href="typesetting.html#PAGEWIDTH">PAGEWIDTH</a>  -- set a custom page 
width
+    <a href="typesetting.html#PAGELENGTH">PAGELENGTH</a> -- set a custom page 
length
+    <a href="typesetting.html#PAGE">PAGE</a>       -- set explicit page 
dimensions and margins
+    <a href="typesetting.html#T_MARGIN">T_MARGIN</a>   -- set a top margin
+    <a href="typesetting.html#B_MARGIN">B_MARGIN</a>   -- set a bottom margin
+    <a href="typesetting.html#L_MARGIN">L_MARGIN</a>   -- set a left margin 
(page offset)
+    <a href="typesetting.html#R_MARGIN">R_MARGIN</a>   -- set a right margin
+    <a href="typesetting.html#LINELENGTH">LL</a>         -- set a line length
 
 <a name="2">+++ Family, font, point size</a>
-    <a href="typesetting.htmlFAMILY">FAMILY</a>        -- set the family of 
type
-    <a href="typesetting.htmlFONT">FT</a>            -- set the font style 
(roman, italic, etc)
-    <a href="typesetting.htmlFALLBACK_FONT">FALLBACK_FONT</a> -- establish a 
fallback font (for missing fonts)
-    <a href="typesetting.htmlPS">PT_SIZE</a>       -- set the point size
-    <a href="inlines.htmlINLINE_SIZE_MOM">\*[SIZE n]</a>    -- change the 
point size inline
+    <a href="typesetting.html#FAMILY">FAMILY</a>        -- set the family of 
type
+    <a href="typesetting.html#FONT">FT</a>            -- set the font style 
(roman, italic, etc)
+    <a href="typesetting.html#FALLBACK_FONT">FALLBACK_FONT</a> -- establish a 
fallback font (for missing fonts)
+    <a href="typesetting.html#PS">PT_SIZE</a>       -- set the point size
+    <a href="inlines.html#INLINE_SIZE_MOM">\*[SIZE n]</a>    -- change the 
point size inline
 
 <a name="3">+++ Font modifications</a>
     * Pseudo italic
-      <a href="typesetting.htmlSETSLANT">SETSLANT</a>   -- set the degree of 
slant
-      <a href="typesetting.htmlSLANT_INLINE">\*[SLANT]</a>  -- invoke pseudo 
italic inline
-      <a href="typesetting.htmlSLANT_INLINE">\*[SLANTX]</a> -- turn off pseudo 
italic inline
+      <a href="typesetting.html#SETSLANT">SETSLANT</a>   -- set the degree of 
slant
+      <a href="typesetting.html#SLANT_INLINE">\*[SLANT]</a>  -- invoke pseudo 
italic inline
+      <a href="typesetting.html#SLANT_INLINE">\*[SLANTX]</a> -- turn off 
pseudo italic inline
 
     * Pseudo bold
-      <a href="typesetting.htmlSETBOLDER">SETBOLDER</a>   -- set the amount of 
emboldening
-      <a href="typesetting.htmlBOLDER_INLINE">\*[BOLDER]</a>  -- invoke pseudo 
bold inline
-      <a href="typesetting.htmlBOLDER_INLINE">\*[BOLDERX]</a> -- turn off 
pseudo bold inline
+      <a href="typesetting.html#SETBOLDER">SETBOLDER</a>   -- set the amount 
of emboldening
+      <a href="typesetting.html#BOLDER_INLINE">\*[BOLDER]</a>  -- invoke 
pseudo bold inline
+      <a href="typesetting.html#BOLDER_INLINE">\*[BOLDERX]</a> -- turn off 
pseudo bold inline
 
     * Pseudo condensed 
-      <a href="typesetting.htmlCONDENSE">CONDENSE</a>  -- set the amount to 
pseudo condense
-      <a href="typesetting.htmlCOND_INLINE">\*[COND]</a>  -- invoke pseudo 
condensing inline
-      <a href="typesetting.htmlCOND_INLINE">\*[CONDX]</a> -- turn off pseudo 
condensing inlines
+      <a href="typesetting.html#CONDENSE">CONDENSE</a>  -- set the amount to 
pseudo condense
+      <a href="typesetting.html#COND_INLINE">\*[COND]</a>  -- invoke pseudo 
condensing inline
+      <a href="typesetting.html#COND_INLINE">\*[CONDX]</a> -- turn off pseudo 
condensing inlines
 
     * Pseudo extended
-      <a href="typesetting.htmlEXTEND">EXTEND</a>   -- set the amount to 
pseudo extend
-      <a href="typesetting.htmlEXT_INLINE">\*[EXT]</a>  -- invoke pseudo 
extending inline
-      <a href="typesetting.htmlEXT_INLINE">\*[EXTX]</a> -- turn off pseudo 
condensing inlinee
+      <a href="typesetting.html#EXTEND">EXTEND</a>   -- set the amount to 
pseudo extend
+      <a href="typesetting.html#EXT_INLINE">\*[EXT]</a>  -- invoke pseudo 
extending inline
+      <a href="typesetting.html#EXT_INLINE">\*[EXTX]</a> -- turn off pseudo 
condensing inlinee
 
 <a name="4">+++ Linespacing (leading)</a>
-    <a href="typesetting.htmlLEADING">LS</a>       -- set the linespacing 
(leading)
-    <a href="typesetting.htmlAUTOLEAD">AUTOLEAD</a> -- set the linespacing 
relative to the point size
+    <a href="typesetting.html#LEADING">LS</a>       -- set the linespacing 
(leading)
+    <a href="typesetting.html#AUTOLEAD">AUTOLEAD</a> -- set the linespacing 
relative to the point size
 
 <a name="5">+++ Justification, quad direction, line-by-line setting, breaking 
lines</a>
-    <a href="typesetting.htmlJUSTIFY">JUSTIFY</a> -- justify text to both 
margins
-    <a href="typesetting.htmlQUAD">QUAD</a>    -- "justify" text left, centre, 
or right
-    <a href="typesetting.htmlLRC">LEFT</a>    -- set line-by-line quad left
-    <a href="typesetting.htmlLRC">CENTER</a>  -- set line-by-line quad centre
-    <a href="typesetting.htmlLRC">RIGHT</a>   -- set line-by-line quad right
-    <a href="typesetting.htmlBR">BR</a>      -- break a justified line
-    <a href="typesetting.htmlSPREAD">SPREAD</a>  -- force justify a line
-    <a href="typesetting.htmlEL">EL</a>      -- break a line without advancing 
on the page
+    <a href="typesetting.html#JUSTIFY">JUSTIFY</a> -- justify text to both 
margins
+    <a href="typesetting.html#QUAD">QUAD</a>    -- "justify" text left, 
centre, or right
+    <a href="typesetting.html#LRC">LEFT</a>    -- set line-by-line quad left
+    <a href="typesetting.html#LRC">CENTER</a>  -- set line-by-line quad centre
+    <a href="typesetting.html#LRC">RIGHT</a>   -- set line-by-line quad right
+    <a href="typesetting.html#BR">BR</a>      -- break a justified line
+    <a href="typesetting.html#SPREAD">SPREAD</a>  -- force justify a line
+    <a href="typesetting.html#EL">EL</a>      -- break a line without 
advancing on the page
 
 <a name="6">+++ Hyphenation</a>
-    <a href="typesetting.htmlHY">HY</a>     -- turn automatic hyphenation on 
or off
-    <a href="typesetting.htmlHY_SET">HY_SET</a> -- set automatic hyphenation 
parameters
+    <a href="typesetting.html#HY">HY</a>     -- turn automatic hyphenation on 
or off
+    <a href="typesetting.html#HY_SET">HY_SET</a> -- set automatic hyphenation 
parameters
 
 <a name="7">+++ Word and sentence spacing</a>
-    <a href="typesetting.htmlWS">WS</a> -- set the minimum word space size
-    <a href="typesetting.htmlSS">SS</a> -- set the sentence space size
+    <a href="typesetting.html#WS">WS</a> -- set the minimum word space size
+    <a href="typesetting.html#SS">SS</a> -- set the sentence space size
 
 <a name="8">+++ Kerning, ligatures, smartquotes</a>
-    <a href="typesetting.htmlKERN">KERN</a>            -- turn automatic 
character pair kerning on or off
-    <a href="inlines.htmlINLINE_KERNING_MOM">\*[BU n]</a>        -- move 
characters pairs closer together inline
-    <a href="inlines.htmlINLINE_KERNING_MOM">\*[FU n]</a>        -- move 
character pairs further apart inline
-    <a href="typesetting.htmlRW">RW</a>              -- uniformly reduce space 
between characters (tighten)
-    <a href="typesetting.htmlEW">EW</a>              -- uniformly increase 
space between characters (loosen)
-    <a href="typesetting.htmlBR_AT_LINE_KERN">BR_AT_LINE_KERN</a> -- break 
previous line every time RW or EW is invoked
-    <a href="typesetting.htmlLIGATURES">LIGATURES</a>       -- turn automatic 
generation of ligatures on or off
-    <a href="goodies.htmlSMARTQUOTES">SMARTQUOTES</a>     -- turn smartquoting 
on or off
+    <a href="typesetting.html#KERN">KERN</a>            -- turn automatic 
character pair kerning on or off
+    <a href="inlines.html#INLINE_KERNING_MOM">\*[BU n]</a>        -- move 
characters pairs closer together inline
+    <a href="inlines.html#INLINE_KERNING_MOM">\*[FU n]</a>        -- move 
character pairs further apart inline
+    <a href="typesetting.html#RW">RW</a>              -- uniformly reduce 
space between characters (tighten)
+    <a href="typesetting.html#EW">EW</a>              -- uniformly increase 
space between characters (loosen)
+    <a href="typesetting.html#BR_AT_LINE_KERN">BR_AT_LINE_KERN</a> -- break 
previous line every time RW or EW is invoked
+    <a href="typesetting.html#LIGATURES">LIGATURES</a>       -- turn automatic 
generation of ligatures on or off
+    <a href="goodies.html#SMARTQUOTES">SMARTQUOTES</a>     -- turn 
smartquoting on or off
 
 <a name="9">+++ Horizontal and vertical movements, columnar setting</a>
-    <a href="typesetting.htmlALD">ALD</a>        -- move downards on the page
-    <a href="typesetting.htmlRLD">RLD</a>        -- move upwards on the page
-    <a href="typesetting.htmlSPACE">SPACE</a>      -- insert space between 
lines on a page
-    <a href="inlines.htmlDOWN">\*[DOWN n]</a> -- temporarily move downwards in 
a line
-    <a href="inlines.htmlUP">\*[UP n]</a>   -- temporarily move upwards in a 
line
-    <a href="inlines.htmlFWD">\*[FWD n]</a>  -- move forward in a line
-    <a href="inlines.htmlBCK">\*[BCK n]</a>  -- move backwards in a line
-    <a href="typesetting.htmlMCO">MCO</a>        -- turn multiple columns on
-    <a href="typesetting.htmlMCR">MCR</a>        -- return to vertical 
position of column start
-    <a href="typesetting.htmlMCX">MCX</a>        -- turn multiple columns off, 
advance past longest column
+    <a href="typesetting.html#ALD">ALD</a>        -- move downards on the page
+    <a href="typesetting.html#RLD">RLD</a>        -- move upwards on the page
+    <a href="typesetting.html#SPACE">SPACE</a>      -- insert space between 
lines on a page
+    <a href="inlines.html#DOWN">\*[DOWN n]</a> -- temporarily move downwards 
in a line
+    <a href="inlines.html#UP">\*[UP n]</a>   -- temporarily move upwards in a 
line
+    <a href="inlines.html#FWD">\*[FWD n]</a>  -- move forward in a line
+    <a href="inlines.html#BCK">\*[BCK n]</a>  -- move backwards in a line
+    <a href="typesetting.html#MCO">MCO</a>        -- turn multiple columns on
+    <a href="typesetting.html#MCR">MCR</a>        -- return to vertical 
position of column start
+    <a href="typesetting.html#MCX">MCX</a>        -- turn multiple columns 
off, advance past longest column
 
 <a name="10">+++ Indents</a>
-    <a href="typesetting.htmlIL">IL</a>  -- set and turn on a left indent
-    <a href="typesetting.htmlIR">IR</a>  -- set and turn on a right indent
-    <a href="typesetting.htmlIB">IB</a>  -- set and turn on indents both left 
and right
-    <a href="typesetting.htmlIQ">IQ</a>  -- quit (exit) all indents
-    <a href="typesetting.htmlTI">TI</a>  -- set and turn on a temporary (one 
line) indent
-    <a href="typesetting.htmlHI">HI</a>  -- set and turn on a hanging indent
-    <a href="typesetting.htmlIQ">ILX</a> -- turn left indents off
-    <a href="typesetting.htmlIQ">IRX</a> -- turn right indents off
-    <a href="typesetting.htmlIQ">IBX</a> -- turn both left and right indents 
off
+    <a href="typesetting.html#IL">IL</a>  -- set and turn on a left indent
+    <a href="typesetting.html#IR">IR</a>  -- set and turn on a right indent
+    <a href="typesetting.html#IB">IB</a>  -- set and turn on indents both left 
and right
+    <a href="typesetting.html#IQ">IQ</a>  -- quit (exit) all indents
+    <a href="typesetting.html#TI">TI</a>  -- set and turn on a temporary (one 
line) indent
+    <a href="typesetting.html#HI">HI</a>  -- set and turn on a hanging indent
+    <a href="typesetting.html#IQ">ILX</a> -- turn left indents off
+    <a href="typesetting.html#IQ">IRX</a> -- turn right indents off
+    <a href="typesetting.html#IQ">IBX</a> -- turn both left and right indents 
off
 
 <a name="11">+++ Tabs</a>
-    <a href="typesetting.htmlTAB_SET">TAB_SET</a>            -- set up a 
typesetting tab
-    <a href="typesetting.htmlTAB">TAB &lt;n&gt;</a>            -- call tab 
&lt;n&gt;
-    <a href="typesetting.htmlTQ">TQ</a>                 -- quit (exit) tabs
-    <a href="typesetting.htmlINLINE_ST">\*[STn]...\*[STnX]</a> -- mark off tab 
positions inline
-    <a href="typesetting.htmlTN">TN</a>                 -- move to tab 
&lt;n+1&gt; without advancing on the page
-    <a href="typesetting.htmlST">ST</a>                 -- set up tabs whose 
positions were marked inline
+    <a href="typesetting.html#TAB_SET">TAB_SET</a>            -- set up a 
typesetting tab
+    <a href="typesetting.html#TAB">TAB &lt;n&gt;</a>            -- call tab 
&lt;n&gt;
+    <a href="typesetting.html#TQ">TQ</a>                 -- quit (exit) tabs
+    <a href="typesetting.html#INLINE_ST">\*[STn]...\*[STnX]</a> -- mark off 
tab positions inline
+    <a href="typesetting.html#TN">TN</a>                 -- move to tab 
&lt;n+1&gt; without advancing on the page
+    <a href="typesetting.html#ST">ST</a>                 -- set up tabs whose 
positions were marked inline
 
 <a name="12">+++ Underscoring, underlining</a>
-    <a href="goodies.htmlUNDERSCORE">UNDERSCORE</a>       -- underscore type
-    <a href="goodies.htmlUNDERSCORE2">UNDERSCORE2</a>      -- double 
underscore type
-    <a href="goodies.htmlUNDERLINE">UNDERLINE</a>        -- underline type 
(fixed width fonts only)
-    <a href="goodies.htmlUL">\*[UL]...\*[ULX]</a> -- invoke underling inline 
(fixed width fonts only)
+    <a href="goodies.html#UNDERSCORE">UNDERSCORE</a>       -- underscore type
+    <a href="goodies.html#UNDERSCORE2">UNDERSCORE2</a>      -- double 
underscore type
+    <a href="goodies.html#UNDERLINE">UNDERLINE</a>        -- underline type 
(fixed width fonts only)
+    <a href="goodies.html#UL">\*[UL]...\*[ULX]</a> -- invoke underling inline 
(fixed width fonts only)
 
 <a name="13">+++ Superscipts</a>
-    <a href="goodies.htmlSUP">\*[SUP]...\*[SUPX]</a>         -- set characters 
superscript (inline)
-    <a href="goodies.htmlSUP">\*[CONDSUP]...\*[CONDSUPX]</a> -- set pseudo 
condensed characters superscript (inline)
-    <a href="goodies.htmlSUP">\*[EXTSUP]...\*[EXTSUPX]</a>   -- set pseudo 
extended characters superscript (inline)
+    <a href="goodies.html#SUP">\*[SUP]...\*[SUPX]</a>         -- set 
characters superscript (inline)
+    <a href="goodies.html#SUP">\*[CONDSUP]...\*[CONDSUPX]</a> -- set pseudo 
condensed characters superscript (inline)
+    <a href="goodies.html#SUP">\*[EXTSUP]...\*[EXTSUPX]</a>   -- set pseudo 
extended characters superscript (inline)
 
 <a name="14">+++ Nested lists</a>
-    <a href="docelement.htmlLIST">LIST</a>            -- initiate a nested list
-    <a href="docelement.htmlITEM">ITEM</a>            -- begin an item in a 
list
-    <a href="docelement.htmlSHIFT_LIST">SHIFT_LIST</a>      -- change the 
indent of a list
+    <a href="docelement.html#LIST">LIST</a>            -- initiate a nested 
list
+    <a href="docelement.html#ITEM">ITEM</a>            -- begin an item in a 
list
+    <a href="docelement.html#SHIFT_LIST">SHIFT_LIST</a>      -- change the 
indent of a list
     <a href="docelement.html#RESET_LIST">RESET_LIST</a>      -- clear and 
reset a list's enumerator
-    <a href="docelement.htmlPAD_LIST_DIGITS">PAD_LIST_DIGITS</a> -- space to 
leave for digits in a digit-enumerated list
+    <a href="docelement.html#PAD_LIST_DIGITS">PAD_LIST_DIGITS</a> -- space to 
leave for digits in a digit-enumerated list
 
 <a name="15">+++ Colour</a>
-    <a href="color.htmlNEWCOLOR">NEWCOLOR</a>        -- initialize (define) a 
colour
-    <a href="color.htmlCOLOR">COLOR</a>           -- begin using an 
initialized colour
+    <a href="color.html#NEWCOLOR">NEWCOLOR</a>        -- initialize (define) a 
colour
+    <a href="color.html#COLOR">COLOR</a>           -- begin using an 
initialized colour
     <a href="color.htmlXCOLOR">XCOLOR</a>          -- initialize a 
&quot;named&quot; X colour
-    <a href="color.htmlCOLOR_INLINE">\*[&lt;colorname&gt;]</a> -- being using 
an initialized colour inline
+    <a href="color.html#COLOR_INLINE">\*[&lt;colorname&gt;]</a> -- being using 
an initialized colour inline
 
 <a name="16">+++ Dropcaps</a>
-    <a href="goodies.htmlDROPCAP">DROPCAP</a>        -- set a dropcap
-    <a href="goodies.htmlDROPCAP_FAMILY">DROPCAP_FAMILY</a> -- set a dropcap's 
family
-    <a href="goodies.htmlDROPCAP_FONT">DROPCAP_FONT</a>   -- set a dropcap's 
font style
-    <a href="goodies.htmlDROPCAP_COLOR">DROPCAP_COLOR</a>  -- set a dropcap's 
colour
-    <a href="goodies.htmlDROPCAP_ADJUST">DROPCAP_ADJUST</a> -- adjust size of 
a dropcap
-    <a href="goodies.htmlDROPCAP_GUTTER">DROPCAP_GUTTER</a> -- adjust space 
between a dropcap and regular text
+    <a href="goodies.html#DROPCAP">DROPCAP</a>        -- set a dropcap
+    <a href="goodies.html#DROPCAP_FAMILY">DROPCAP_FAMILY</a> -- set a 
dropcap's family
+    <a href="goodies.html#DROPCAP_FONT">DROPCAP_FONT</a>   -- set a dropcap's 
font style
+    <a href="goodies.html#DROPCAP_COLOR">DROPCAP_COLOR</a>  -- set a dropcap's 
colour
+    <a href="goodies.html#DROPCAP_ADJUST">DROPCAP_ADJUST</a> -- adjust size of 
a dropcap
+    <a href="goodies.html#DROPCAP_GUTTER">DROPCAP_GUTTER</a> -- adjust space 
between a dropcap and regular text
 
 <a name="17">+++ Utilities</a>
-    <a href="goodies.htmlCAPS">CAPS</a>             -- set type all caps
-    <a href="goodies.htmlSILENT">COMMENT</a>          -- silently embed 
comments in a document
-    <a href="goodies.htmlESC_CHAR">ESC_CHAR</a>         -- change the default 
escape character
-    <a href="goodies.htmlLEADER">\*[LEADER]</a>       -- insert leaders at the 
end of a line
-    <a href="goodies.htmlLEADER_CHARACTER">LEADER_CHARACTER</a> -- change the 
character used for leaders
-    <a href="typesetting.htmlNEWPAGE">NEWPAGE</a>          -- break to a new 
page
-    <a href="goodies.htmlPAD">PAD</a>              -- insert equalized regions 
of whitespace into a line
-    <a href="goodies.htmlPAD_MARKER">PAD_MARKER</a>       -- change the 
character that identifes padding locations
-    <a href="inlines.htmlINLINE_RULE_MOM">\*[RULE]</a>         -- draw a full 
measure rule
-    <a href="goodies.htmlSILENT">SILENT</a>           -- turn output 
processing off or on
+    <a href="goodies.html#CAPS">CAPS</a>             -- set type all caps
+    <a href="goodies.html#SILENT">COMMENT</a>          -- silently embed 
comments in a document
+    <a href="goodies.html#ESC_CHAR">ESC_CHAR</a>         -- change the default 
escape character
+    <a href="goodies.html#LEADER">\*[LEADER]</a>       -- insert leaders at 
the end of a line
+    <a href="goodies.html#LEADER_CHARACTER">LEADER_CHARACTER</a> -- change the 
character used for leaders
+    <a href="typesetting.html#NEWPAGE">NEWPAGE</a>          -- break to a new 
page
+    <a href="goodies.html#PAD">PAD</a>              -- insert equalized 
regions of whitespace into a line
+    <a href="goodies.html#PAD_MARKER">PAD_MARKER</a>       -- change the 
character that identifes padding locations
+    <a href="inlines.html#INLINE_RULE_MOM">\*[RULE]</a>         -- draw a full 
measure rule
+    <a href="goodies.html#SILENT">SILENT</a>           -- turn output 
processing off or on
     <a href="goodies.html#TRAP">TRAP</a>             -- enable or disable page 
position traps
 </pre>
 
@@ -404,12 +404,12 @@
     <a href="headfootpage.html#FOOTERS">FOOTERS</a>             -- turn page 
footers on or off
     <a href="headfootpage.html#HEADERS_AND_FOOTERS">HEADERS_AND_FOOTERS</a> -- 
enable or disable generation of both headers and footers
      <a href="headfootpage.html#INDEX_REFERENCE">Header/footer control 
macros</a>
-      <a href="STRINGS">Strings</a>            -- left-right-center strings
-      <a href="STYLE">Style</a>              -- change style defaults for 
headers and/or footers
-      <a href="GLOBAL">Global</a>             -- global style changes
-      <a href="PART_BY_PART">Part-by-part</a>       -- part-by-part style 
changes
-      <a href="VERTICAL">Vertical placement</a> -- vertical location of 
headers and/or footers
-      <a href="SEPARATOR_RULE">Separator rule</a>     -- manage the 
header/footer separator rule
+      <a href="headfootpage.html#STRINGS">Strings</a>            -- 
left-right-center strings
+      <a href="headfootpage.html#STYLE">Style</a>              -- change style 
defaults for headers and/or footers
+      <a href="headfootpage.html#GLOBAL">Global</a>             -- global 
style changes
+      <a href="headfootpage.html#PART_BY_PART">Part-by-part</a>       -- 
part-by-part style changes
+      <a href="headfootpage.html#VERTICAL">Vertical placement</a> -- vertical 
location of headers and/or footers
+      <a href="headfootpage.html#SEPARATOR_RULE">Separator rule</a>     -- 
manage the header/footer separator rule
 
 <a name="43">+++ Recto/verso page headers and footers</a>
     <a href="rectoverso.html#RECTO_VERSO">RECTO_VERSO</a>    -- turn 
recto/verso headers and/or footers on or off

Index: momdoc/typesetting.html
===================================================================
RCS file: /sources/groff/groff/contrib/mom/momdoc/typesetting.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- momdoc/typesetting.html     1 Aug 2006 01:14:08 -0000       1.19
+++ momdoc/typesetting.html     28 Sep 2006 17:20:30 -0000      1.20
@@ -185,7 +185,7 @@
 Change <kbd>&lt;papersize&gt;</kbd> to either the name of your
 papersize (e.g. a4, letter, legal, etc.; a full list of valid named
 papersizes that can be used in DESC is found in
-<nobr><kbd>man papersize</kbd></nobr>.  If your routine papersize is
+<nobr><kbd>man papersize</kbd>).</nobr>  If your routine papersize is
 non-standard (i.e. doesn't have a &quot;name&quot;) you can give
 the dimensions for your papersize, separated by a comma.  The
 dimensions <em><strong>must</strong></em> have a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]