bug-groff
[Top][All Lists]
Advanced

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

problems in eqn.1, geqn.1


From: esr
Subject: problems in eqn.1, geqn.1
Date: Fri, 14 Jan 2005 03:25:18 -0500

This is automatically generated email about problems in a man page for which
you appear to be responsible.  If you are not the right person or list, tell
me and I will attempt to correct my database.

See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated.  Feel free to email me with any questions.
Note: These patches do not change the mod date of any manual page.  You
may wish to do that by hand.

Problems with eqn.1:

1. Unbalanced .RS or .RE macro

--- eqn.1-orig  2003-12-19 21:22:48.000000000 -0500
+++ eqn.1       2003-12-19 21:26:15.000000000 -0500
@@ -459,13 +459,12 @@
 of the object.
 The number registers must also be modified so that they correspond to the
 result.
-.RS
 .LP
 For example, suppose you wanted a construct that `cancels' an expression
 by drawing a diagonal line through it.
-.IP
+.RS
 .nf
-.ft B
+.ft CW
 .if t .ne 6+\n(.Vu
 \&.EQ
 define cancel 'special Ca'
@@ -475,16 +474,18 @@
 \&..
 .ft
 .fi
+.RE
 .LP
 Then you could cancel an expression
 .I e
 with
 .BI cancel\ {\  e\  }
 .LP
-Here's a more complicated construct that draws a box round an expression:
-.IP
+Here's a more complicated construct that draws a box round an
+expression:
+.RS
 .nf
-.ft B
+.ft CW
 .if t .ne 11+\n(.Vu
 \&.EQ
 define box 'special Bx'
-----------------------------
Problems with geqn.1:

1. Unbalanced .RS or .RE macro

--- geqn.1-orig 2003-12-19 21:22:48.000000000 -0500
+++ geqn.1      2003-12-19 21:26:15.000000000 -0500
@@ -459,13 +459,12 @@
 of the object.
 The number registers must also be modified so that they correspond to the
 result.
-.RS
 .LP
 For example, suppose you wanted a construct that `cancels' an expression
 by drawing a diagonal line through it.
-.IP
+.RS
 .nf
-.ft B
+.ft CW
 .if t .ne 6+\n(.Vu
 \&.EQ
 define cancel 'special Ca'
@@ -475,16 +474,18 @@
 \&..
 .ft
 .fi
+.RE
 .LP
 Then you could cancel an expression
 .I e
 with
 .BI cancel\ {\  e\  }
 .LP
-Here's a more complicated construct that draws a box round an expression:
-.IP
+Here's a more complicated construct that draws a box round an
+expression:
+.RS
 .nf
-.ft B
+.ft CW
 .if t .ne 11+\n(.Vu
 \&.EQ
 define box 'special Bx'
-----------------------------

--
                             Eric S. Raymond




reply via email to

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