summaryrefslogtreecommitdiff
path: root/tmac/an-old.tmac
diff options
context:
space:
mode:
authorwl <wl>2007-01-22 23:53:02 +0000
committerwl <wl>2007-01-22 23:53:02 +0000
commite0ae9cd504d9cebec07daa98a6434aa7e0133d52 (patch)
treeeb4adeff9dce39ad40a884d055c3486ae61b0fd4 /tmac/an-old.tmac
parente2e4e2b07189038307156ff79037e866ab7b4908 (diff)
downloadgroff-e0ae9cd504d9cebec07daa98a6434aa7e0133d52.tar.gz
* tmac/an-old.tmac (an-trap, HP): Make `HP' work as expected.
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 ( \\ )