groff-commit
[Top][All Lists]
Advanced

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

[groff] 11/11: tmac/an-old.tmac: Comment the two-font macros.


From: G. Branden Robinson
Subject: [groff] 11/11: tmac/an-old.tmac: Comment the two-font macros.
Date: Mon, 17 May 2021 23:02:50 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a060800dca213967e4000aca67553f8a83af9a33
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue May 18 12:55:21 2021 +1000

    tmac/an-old.tmac: Comment the two-font macros.
---
 tmac/an-old.tmac | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 3a50203..eb1b8fd 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -545,6 +545,7 @@
 .\" arguments of the macro call.
 .\"
 .
+.\" Set each argument in bold and italics, alternately.
 .de1 BI
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]
@@ -561,6 +562,7 @@
 .  \}
 ..
 .
+.\" Set each argument in bold and roman, alternately.
 .de1 BR
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]
@@ -577,6 +579,7 @@
 .  \}
 ..
 .
+.\" Set each argument in italics and bold, alternately.
 .de1 IB
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]
@@ -593,6 +596,7 @@
 .  \}
 ..
 .
+.\" Set each argument in italics and roman, alternately.
 .de1 IR
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]
@@ -609,6 +613,7 @@
 .  \}
 ..
 .
+.\" Set each argument in roman and bold, alternately.
 .de1 RB
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]
@@ -625,6 +630,7 @@
 .  \}
 ..
 .
+.\" Set each argument in roman and italics, alternately.
 .de1 RI
 .  if (\\n[.$] < 2) \
 .    an-style-warn .\\$0 expects at least 2 arguments, got \\n[.$]



reply via email to

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