summaryrefslogtreecommitdiff
path: root/tmac/an-old.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-01-26 07:52:03 +0000
committerwlemb <wlemb>2002-01-26 07:52:03 +0000
commit3a411f58f94a0aa475dcb05a12ef6778f7884009 (patch)
tree19d39a7585c9c6172ad3141087a632d2def8c2af /tmac/an-old.tmac
parent7482010e8f31df2ac357c1f652c20f2d4fd6e713 (diff)
downloadgroff-3a411f58f94a0aa475dcb05a12ef6778f7884009.tar.gz
* tmac/groff_ms.man: Typographical improvements.
* doc/groff.texinfo: Updated version and copyright. * src/devices/grops/grops.man: Updated. * tmac/groff_tmac.man: Fix `ig' macro. * tmac/an-old.tmac (ne): Redefine `ne' request to be a no-op in nroff mode. Use `.ne' unconditionally everywhere. (TS): Only insert some vertical space. Doing a page break is no longer necessary due to the redefinition of the `ne' request. * src/libs/libdriver/input.cc (parse_D_command): Don't emit a warning for unknown subcommands but parse and pass them to the device driver.
Diffstat (limited to 'tmac/an-old.tmac')
-rw-r--r--tmac/an-old.tmac23
1 files changed, 11 insertions, 12 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 0e064e9c..b9e3da83 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -63,6 +63,11 @@
.if \n[an-html] .nr C 1
.if r ps4html .nr C 1
.
+.if n \{\
+. de ne
+. .
+.\}
+.
.de set-an-margin
. nr an-margin \\n[IN]
..
@@ -256,7 +261,7 @@
. nr an-break-flag 1
. ps \\n[PS-SH]u
. ft B
-. if !\\n[cR] .ne (2v + 1u)
+. ne (2v + 1u)
. if \\n[.$] \&\\$*
..
.
@@ -273,7 +278,7 @@
. nr an-break-flag 1
. ps \\n[PS-SS]u
. ft B
-. if !\\n[cR] .ne (2v + 1u)
+. ne (2v + 1u)
. if \\n[.$] \&\\$*
..
.
@@ -337,7 +342,7 @@
. di
. ie (\\n[dl] + \\n[an-tag-sep] > \\n[an-prevailing-indent]) \{\
. in \\n[an-margin]u
-. if !\\n[cR] .ne (2v + 1u)
+. ne (2v + 1u)
. an-div
. br
. in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
@@ -346,7 +351,7 @@
. in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
. ti -\\n[an-prevailing-indent]u
. chop an-div
-. if !\\n[cR] .ne (1v + 1u)
+. ne (1v + 1u)
\\*[an-div]\\h'|\\n[an-prevailing-indent]u'\c
. \}
..
@@ -370,7 +375,7 @@
. vs \\n[VS]u
. ft R
. sp \\n[PD]u
-. if !\\n[cR] .ne (1v + 1u)
+. ne (1v + 1u)
. in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
. \}
. el \{\
@@ -385,7 +390,7 @@
. vs \\n[VS]u
. ft R
. sp \\n[PD]u
-. if !\\n[cR] .ne (1v + 1u)
+. ne (1v + 1u)
. if \\n[.$] .nr an-prevailing-indent (n;\\$1)
. in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
. ti \\n[an-margin]u
@@ -494,12 +499,6 @@
.
.de1 TS
. sp \\n[PD]u
-. if n \{\
-. nr an-pl \\n[.p]
-. pl \\n[nl]u
-. bp
-. pl \\n[an-pl]u
-. \}
..
.
.de1 TE