summaryrefslogtreecommitdiff
path: root/tmac/troffrc
diff options
context:
space:
mode:
authorwl <wl>2006-07-01 22:49:22 +0000
committerwl <wl>2006-07-01 22:49:22 +0000
commit3d8da2bf7026e231602b26d2e24cda342d4b18cb (patch)
tree05be42cbe1548a4cac10c82916e5b33fed5de48d /tmac/troffrc
parenta1e8ed134372f0517bedad7a20591ef3002d2461 (diff)
downloadgroff-3d8da2bf7026e231602b26d2e24cda342d4b18cb.tar.gz
* tmac/pspic.tmac: Make .PSPIC work for all devices.
Print image file name for devices which don't support PS image inclusion. Handle multiple inclusions. Add lots of comments. * tmac/dvi.tmac, tmac/html.tmac, tmac/ps.tmac: Don't load pspic.tmac. * tmac/troffrc: Load pspic.tmac. * man/groff_tmac.man: Update .PSPIC documentation. * NEWS: Updated.
Diffstat (limited to 'tmac/troffrc')
-rw-r--r--tmac/troffrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/tmac/troffrc b/tmac/troffrc
index d73ace35..470f2627 100644
--- a/tmac/troffrc
+++ b/tmac/troffrc
@@ -27,7 +27,8 @@
.do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \
troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
.
-.\" test whether we work under EBCDIC
+.\" Test whether we work under EBCDIC and map the no-breakable space
+.\" character accordingly.
.do ie '\[char97]'a' \
. do tr \[char160]\~
.el \
@@ -40,7 +41,10 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
.do hpf hyphen.us
.do hpfa hyphenex.us
.
-.\" Handle paper formats
+.\" Handle paper formats.
.do mso papersize.tmac
.
+.\" Handle PS images.
+.do mso pspic.tmac
+.
.\" Don't let blank lines creep in here.