From 3fb7d767686cebba73a652016a9d9c921d749328 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 5 Jan 2009 10:20:57 +0000 Subject: * 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. --- tmac/an-old.tmac | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tmac/an-old.tmac') diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac index 9a56149c..a256fd36 100644 --- a/tmac/an-old.tmac +++ b/tmac/an-old.tmac @@ -598,6 +598,10 @@ . .de1 TS . sp \\n[PD]u +. if \\n[an-html] \{\ +. nr an-TS-ll \\n[.l] +. ll 1000n +. \} . HTML-IMAGE .. . @@ -606,14 +610,22 @@ . .de1 TE . HTML-IMAGE-END +. if \\n[an-html] \ +. ll \\n[an-TS-ll]u .. . .\" dummy equation delimiters .de1 EQ +. if \\n[an-html] \{\ +. nr an-EQ-ll \\n[.l] +. ll 1000n +. \} . HTML-IMAGE .. .de1 EN . HTML-IMAGE-END +. if \\n[an-html] \ +. ll \\n[an-EQ-ll]u .. . .de1 R -- cgit v1.2.1