summaryrefslogtreecommitdiff
path: root/tmac/tty-char.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-03-02 01:23:32 +0000
committerwlemb <wlemb>2002-03-02 01:23:32 +0000
commit6a49ddf519ec00cec7ebe22c1c1ff14b1efc91cf (patch)
tree258e08e99e394d2e25251f91caf22449e9da0514 /tmac/tty-char.tmac
parent914f0e84c080380ef6008eb62468753a7fe418d1 (diff)
downloadgroff-6a49ddf519ec00cec7ebe22c1c1ff14b1efc91cf.tar.gz
* src/utils/afmtodit/afmtodit.pl: Skip comment lines in encoding
files (as grops already does). * src/utils/afmtodit/afmtodit.man: Document comment lines in map files. * src/devices/grops/grops.man: Document comment lines in encoding files. * tmac/cp1047.tmac: New file. * tmac/dvi.tmac, tmac/tty-char.tmac: Use it. * tmac/ps.tmac: Load latin1.tmac or cp1047.tmac. * tmac/Makefile.sub (NORMALFILES): Updated. * tmac/ec.tmac: Don't load latin1.tmac again. * fonts/devps/generate/lgreekmap, fonts/devps/generate/symbolchars, fonts/devps/generate/dingbats.map, fonts/devps/generate/dingbats.rmap, fonts/devps/text.enc, fonts/devps/generate/Makefile (symbolmap): Add header comment. * fonts/devps/generate/textmap: Ditto. Remove `charXXX' entries. * fonts/devps/symbolmap: Regenerated. * fonts/devps/*: Regenerated all font definition files.
Diffstat (limited to 'tmac/tty-char.tmac')
-rw-r--r--tmac/tty-char.tmac19
1 files changed, 13 insertions, 6 deletions
diff --git a/tmac/tty-char.tmac b/tmac/tty-char.tmac
index 5634e574..138af3b4 100644
--- a/tmac/tty-char.tmac
+++ b/tmac/tty-char.tmac
@@ -10,16 +10,20 @@
.\" - represent the character's graphical shape (not its meaning)
.\"
.\" Note that the optical appearance of the definitions contained in this
-.\" file is inferior to the replacement characters defined in the file
-.\" tty.tmac.
+.\" file is inferior compared to that of the replacement characters defined
+.\" in the file tty.tmac.
.\"
.nr _C \n(.C
.cp 0
+.
.de tty-char
-.if !c\\$1 .char \\$1 "\\$2
+. if !c\\$1 .char \\$1 "\\$2
..
-.ie c\(a- .ds tty-rn \(a-
-.el .ds tty-rn \v'-1m'_\v'+1m'
+.
+.ie c\(a- \
+. ds tty-rn \(a-
+.el \
+. ds tty-rn \v'-1m'_\v'+1m'
.tty-char \(tm tm
.tty-char \(rn \*[tty-rn]
.tty-char \(ua \z|^
@@ -205,5 +209,8 @@
.tty-char \[arrowvertex] |
.tty-char \(mc \z,u
.cp \n(_C
-.if !'\*(.T'cp1047' \
+.
+.ie '\*(.T'cp1047' \
+. do mso cp1047.tmac
+.el \
. do mso latin1.tmac