diff options
author | wlemb <wlemb> | 2000-12-13 16:13:05 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-12-13 16:13:05 +0000 |
commit | 7cddd10e2256c0becd6973b4ed70e27cffb4fba6 (patch) | |
tree | 280b9d0c7153b0462ce7b7efb64af3cba59fea09 /tmac | |
parent | e4515e38b666e9bf09aaff15422146f229a44c00 (diff) | |
download | groff-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')
-rw-r--r-- | tmac/e.tmac | 4 | ||||
-rw-r--r-- | tmac/s.tmac | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/tmac/e.tmac b/tmac/e.tmac index a747fce9..8ea4074c 100644 --- a/tmac/e.tmac +++ b/tmac/e.tmac @@ -981,6 +981,8 @@ .sp \\n(bsu+\\n(.Lv-1v .re .. +.de T& +.. .\" .\" REFER .\" @@ -1106,7 +1108,7 @@ in \\f2\\*([B\\f1, \c .de PS \" *** start picture: $1=height, $2=width in units or inches .sp 0.3 .nr g7 \\$2 -.in (\\n(.lu-\\n(g7u)/2u +.in (u;\\n(.l-\\n(g7>?0/2) .ne \\$1u .nr g7 \\n(.u .ls 1 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 |