summaryrefslogtreecommitdiff
path: root/tmac/e.tmac
diff options
context:
space:
mode:
authorwl <wl>2009-01-05 10:20:57 +0000
committerwl <wl>2009-01-05 10:20:57 +0000
commit3fb7d767686cebba73a652016a9d9c921d749328 (patch)
tree25baec95e1de5afc2dbc417f2e3cae8909979ffe /tmac/e.tmac
parentfa2d49fbf36b1e81c1e4fc3ddb6419a96a1d995e (diff)
downloadgroff-3fb7d767686cebba73a652016a9d9c921d749328.tar.gz
* tmac/s.tmac (@TS, TE, @EQ, @EN), tmac/an-old.tmac (TS, TE, EQ,
EN), tmac/e.tmac (TS, TE, EQ, EN): Set line length to a large value if processed with -Thtml.
Diffstat (limited to 'tmac/e.tmac')
-rw-r--r--tmac/e.tmac14
1 files changed, 14 insertions, 0 deletions
diff --git a/tmac/e.tmac b/tmac/e.tmac
index ab13d560..88339949 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -1060,6 +1060,11 @@
.do if \\n[need_eo_h]>0 .do DEVTAG-EO-H
.do nr need_eo_h 0
.ec
+.if "\*(.T"html" \
+\{\
+. do nr e-EQ-ll \\n(.l
+. ll 1000n
+.\}
.do HTML-IMAGE
.if !\\n(?e \
\{\
@@ -1076,6 +1081,8 @@
.de EN \" *** equation end
.br
.do HTML-IMAGE-END
+.if "\*(.T"html" \
+. do ll \\n[e-EQ-ll]u
.ie "\\$1"C" \
\{\
. nr ?e 1
@@ -1128,6 +1135,11 @@
.\"
.de TS \" *** table start
.sp \\n(bsu
+.if "\*(.T"html" \
+\{\
+. do nr e-TS-ll \\n(.l
+. ll 1000n
+.\}
.do HTML-IMAGE
.@C 1
.fi \" drop into fill mode for text boxes
@@ -1165,6 +1177,8 @@
. ch @f \\n(nlu+\n(.Vu
.ev
.do HTML-IMAGE-END
+.if "\*(.T"html" \
+. do ll \\n[e-TS-ll]u
.sp \\n(bsu+\\n(.Lv-1v
.re
..