gbranden pushed a commit to branch master
in repository groff.

commit 7978328ae650cb11293dc8b5f6ef87fec58fb389
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Feb 8 16:35:18 2021 +1100

    doc/ms.ms: Define fallback characters.
    
    ... for \[dg], \[ps], \[sd] for the sake of -Tascii, as part of a slow
    process of getting this document nroff-ready.
    
    Also only identify the character as a "dagger" if it gets rendered as
    one.
---
 doc/ms.ms | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/ms.ms b/doc/ms.ms
index 38ddeed..21f0321 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -5,6 +5,9 @@
 .  ftr CI I
 .  ftr CBI BI
 .\}
+.fchar \[dg] *
+.fchar \[ps] paragraph
+.fchar \[sd] \[dq]
 .\" Acronym (slightly smaller type)
 .de Acr
 \s-1\\$1\s0\\$2
@@ -1208,9 +1211,12 @@ You can specify symbolic footnotes\(dg
 .FS
 \(dgThis is a symbolic footnote.
 .FE
-by placing the character (such as
+by placing the
+.if !'\[dg]'*' dagger
+character
+(such as
 .CW \\\\(dg
-for the dagger character used here),
+for the character used here),
 followed by the symbol and the text of the footnote
 enclosed by
 .CW .FS

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to