summaryrefslogtreecommitdiff
path: root/tmac/s.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-12-13 16:13:05 +0000
committerwlemb <wlemb>2000-12-13 16:13:05 +0000
commit7cddd10e2256c0becd6973b4ed70e27cffb4fba6 (patch)
tree280b9d0c7153b0462ce7b7efb64af3cba59fea09 /tmac/s.tmac
parente4515e38b666e9bf09aaff15422146f229a44c00 (diff)
downloadgroff-7cddd10e2256c0becd6973b4ed70e27cffb4fba6.tar.gz
* src/preproc/eqn/Makefile.sub (MAN1): Added neqn.man.
* src/preproc/eqn/neqn.man: Small fixes and additions. * src/utils/addftinfo/addftinfo.man, src/devices/grops/grops.man: Fixing typo. * src/preproc/eqn/neqn.man: New file. * src/preproc/tbl/table.cc (table::print): Fix `indent cannot be negative' warning. * tmac/e.tmac: Add `.T&' macro. Fix `indent cannot be negative' warning. * tmac/s.tmac: Fix `indent cannot be negative' warning.
Diffstat (limited to 'tmac/s.tmac')
-rw-r--r--tmac/s.tmac4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 3bee5272..507e5547 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -901,7 +901,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.ie '\\n(.z'ds*div' \{\
. di
. nf
-. in (u;\\n[.l]-\\n[dl]/2)
+. in (u;\\n[.l]-\\n[dl]/2>?0)
. ds*div
. rm ds*div
. ds*common-end
@@ -956,7 +956,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
. br
. di
. nf
-. in (u;\\n[.l]-\\n[dl]/2)
+. in (u;\\n[.l]-\\n[dl]/2>?0)
. ds@need \\n[dn]
. ds*div
. rm ds*div