diff options
Diffstat (limited to 'tmac')
| -rw-r--r-- | tmac/tmac.an | 8 | ||||
| -rw-r--r-- | tmac/tmac.antimes | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tmac/tmac.an b/tmac/tmac.an index 7948a153..dfd653b2 100644 --- a/tmac/tmac.an +++ b/tmac/tmac.an @@ -478,6 +478,8 @@ .nr )V 11 \} .if t \{.ds R ® .ds S \s\n()S +.ds lq “ +.ds rq ” ..\} .if n \{.ie \nL<=0 .nr )L 11i .el \{.nr )L \nLu @@ -491,6 +493,12 @@ .nr )O 0\} .ds R (Reg.) .ds S +.ds lq `` +.ds rq '' +.\" Insert definitions for non-utf troff-mode devices here. +.if '\*(.T'utf' \{.ds lq “ +.ds rq ” +.\} ..\} .if \nT .nr LL 80n .if \nV>1 \{ diff --git a/tmac/tmac.antimes b/tmac/tmac.antimes index 123ea514..b2843713 100644 --- a/tmac/tmac.antimes +++ b/tmac/tmac.antimes @@ -450,6 +450,8 @@ .nr)V 12 \} .ift \{.ds R \(rg .dsS \s\n()S +.ds lq “ +.ds rq ” ..\} .ifn \{.nr )L 11i .nrLL 6.5i @@ -461,6 +463,12 @@ .nr)O 0\} .dsR (Reg.) .dsS +.ds lq `` +.ds rq '' +.\" Insert definitions for non-utf troff-mode devices here. +.if '\*(.T'utf' \{.ds lq “ +.ds rq ” +.\} ..\} .if\nT .nr LL 80n .if\nV>1 \{ |