summaryrefslogtreecommitdiff
path: root/tmac/an-old.tmac
diff options
context:
space:
mode:
Diffstat (limited to 'tmac/an-old.tmac')
-rw-r--r--tmac/an-old.tmac5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index bdb882bd..edeb69d0 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -61,6 +61,7 @@
.\}
.
.nr need_eo_h 0
+.nr need_col2 0
.
.\" set up the line length...
.\" giving precedence to any prior assignment to the \n[LL] register.
@@ -398,6 +399,8 @@
.de1 an-trap
. if \\n[need_eo_h]>0 .DEVTAG-EO-H
. nr need_eo_h 0
+. if \\n[need_col2]>0 .DEVTAG-COL 2
+. nr need_col2 0
. ft R
. ps \\n[PS]u
. vs \\n[VS]u
@@ -481,6 +484,8 @@
. if \\n[.$] .nr an-prevailing-indent (n;\\$1)
. in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
. ti \\n[an-margin]u
+. DEVTAG-COL 1
+. nr need_col2 1
..
.
.ds an-empty \" this is referenced to avoid looping on eg .RB ( \\ )