PTPi pushed a commit to branch master
in repository groff.
commit a62ae06b11f1ad6d932dc3a575cb640954d03890
Author: Peter Schaffter <[email protected]>
AuthorDate: Mon Mar 17 13:54:40 2025 -0400
[mom]: Emend docs
---
contrib/mom/momdoc/images.html | 19 -------------------
contrib/mom/momdoc/typesetting.html | 17 -----------------
2 files changed, 36 deletions(-)
diff --git a/contrib/mom/momdoc/images.html b/contrib/mom/momdoc/images.html
index 860223f4d..496ea82f2 100644
--- a/contrib/mom/momdoc/images.html
+++ b/contrib/mom/momdoc/images.html
@@ -1199,25 +1199,6 @@ and follow it with the text of the caption surrounded by
double-quotes:
.FLOAT
.CAPTION "Caption at top of float"
</span>
-<b>CAPTION</b> can take multiple string arguments, allowing for
-captions that run to several lines. There is a caveat: the strings
-are not automatically broken into individual lines. You must
-provide strings that include literal breaks or spaces:
-<br/>
-<span class="pre-in-pp">
- .FLOAT
- .CAPTION "Caption" ".BR" "at top" ".BR" "of float"
-</span>
-or, easier to read:
-<br/>
-<span class="pre-in-pp">
- .FLOAT
- .CAPTION "Caption" \
- ".BR" \
- "at top" \
- ".BR" \
- "of float"
-</span>
If you want a caption at the bottom, put <kbd>CAPTION</kbd> immediately
before ending the float:
<br/>
diff --git a/contrib/mom/momdoc/typesetting.html
b/contrib/mom/momdoc/typesetting.html
index cc2d8c85b..1a1ab3be8 100644
--- a/contrib/mom/momdoc/typesetting.html
+++ b/contrib/mom/momdoc/typesetting.html
@@ -1122,23 +1122,6 @@ The size of type can also be changed inline. See
<a href="inlines.html#inline-size-mom">Inline Escapes, changing point size</a>.
</p>
-<div class="box-tip">
-<p class="tip">
-<span class="note">Note:</span> It is unfortunate that the
-<kbd>pic</kbd> preprocessor has already taken the name,
-<kbd>PS</kbd>, and thus mom’s macro for setting point
-sizes can’t use it. However, if you aren’t using
-<kbd>pic</kbd>, you might want to
-<a href="goodies.html#alias">alias</a>
-PT_SIZE as PS, since there’d be no conflict. For example
-<br/>
-<span class="pre-in-pp">
- .ALIAS PS PT_SIZE
-</span>
-would allow you to set point sizes with <kbd>.PS</kbd>.
-</p>
-</div>
-
<!-- -LS- -->
<div class="macro-id-overline">
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit