groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: [dvi] Fix glyph map for `cmitt10'.


From: Werner LEMBERG
Subject: [groff] 01/01: [dvi] Fix glyph map for `cmitt10'.
Date: Tue, 29 May 2018 00:49:25 -0400 (EDT)

wl pushed a commit to branch master
in repository groff.

commit 20457716d22067af13ad15c6b71f2fd8467d953c
Author: Werner Lemberg <address@hidden>
Date:   Tue May 29 06:48:20 2018 +0200

    [dvi] Fix glyph map for `cmitt10'.
    
    Problem reported by Pali Rohár <address@hidden>.
    
      http://lists.gnu.org/archive/html/groff/2018-05/msg00088.html
    
    * font/devdvi/texitt.map: New file.  This is identical to
    `textt.map' except the dollar glyph, which gets replaced by the
    pound glyph.
    
    * font/devdvi/generate/Makefile (CWI): Use `texitt.map'.
    
    * font/devdvi/CWI: Regenerated.
---
 ChangeLog                       |  16 +++++
 font/devdvi/CWI                 |   3 +-
 font/devdvi/generate/Makefile   |   4 +-
 font/devdvi/generate/texitt.map | 128 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 147 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9122bfc..7903040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2018-05-29  Werner LEMBERG  <address@hidden>
+
+       [dvi] Fix glyph map for `cmitt10'.
+
+       Problem reported by Pali Rohár <address@hidden>.
+
+         http://lists.gnu.org/archive/html/groff/2018-05/msg00088.html
+
+       * font/devdvi/texitt.map: New file.  This is identical to
+       `textt.map' except the dollar glyph, which gets replaced by the
+       pound glyph.
+
+       * font/devdvi/generate/Makefile (CWI): Use `texitt.map'.
+
+       * font/devdvi/CWI: Regenerated.
+
 2018-05-07  G. Branden Robinson <address@hidden>
 
        Improve diagnostics on bad hyphenation requests.
diff --git a/font/devdvi/CWI b/font/devdvi/CWI
index e39575d..8db0518 100644
--- a/font/devdvi/CWI
+++ b/font/devdvi/CWI
@@ -43,8 +43,7 @@ dq    550498,640797,0,182045  2       0042
 "      "
 sh     550498,640797,0,182045  2       0043
 #      "
-Do     550498,640797,0,182045  2       0044
-$      "
+Po     550498,640797,0,182045  2       0044
 %      550498,728178,87381,182045      3       0045
 &      550498,640797,0,182045  2       0046
 cq     550498,640797,0,182045  2       0047
diff --git a/font/devdvi/generate/Makefile b/font/devdvi/generate/Makefile
index 7258709..0359c88 100644
--- a/font/devdvi/generate/Makefile
+++ b/font/devdvi/generate/Makefile
@@ -70,9 +70,9 @@ CW: $(srcdir)/textt.map
        $(TFMTODIT) $(SPECIALFLAG) \
          $(tfmdir)/cmtt10.tfm $(srcdir)/textt.map $@
 
-CWI: $(srcdir)/textt.map
+CWI: $(srcdir)/texitt.map
        $(TFMTODIT) \
-         $(tfmdir)/cmitt10.tfm $(srcdir)/textt.map $@
+         $(tfmdir)/cmitt10.tfm $(srcdir)/texitt.map $@
 
 MI: $(srcdir)/texmi.map
        $(TFMTODIT) $(SPECIALFLAG) -k 0177 \
diff --git a/font/devdvi/generate/texitt.map b/font/devdvi/generate/texitt.map
new file mode 100644
index 0000000..2fcf176
--- /dev/null
+++ b/font/devdvi/generate/texitt.map
@@ -0,0 +1,128 @@
+0 *G
+1 *D
+2 *H
+3 *L
+4 *C
+5 *P
+6 *S
+7 *U
+8 *F
+9 *Q
+10 *W
+11 ff
+12 fi
+13 fl
+14 Fi
+15 Fl
+16 .i
+17 .j
+18 ga
+19 aa
+20 ah
+21 ab
+22 a-
+23 ao
+24 ac
+25 ss
+26 ae
+27 oe
+28 /o
+29 AE
+30 OE
+31 /O
+32 u2423
+33 !
+34 " dq
+35 # sh
+36 Po
+37 %
+38 &
+39 ' cq
+40 (
+41 )
+42 *
+43 +
+44 ,
+45 - \-
+46 .
+47 / sl
+48 0
+49 1
+50 2
+51 3
+52 4
+53 5
+54 6
+55 7
+56 8
+57 9
+58 :
+59 ;
+60 <
+61 =
+62 >
+63 ?
+64 @ at
+65 A
+66 B
+67 C
+68 D
+69 E
+70 F
+71 G
+72 H
+73 I
+74 J
+75 K
+76 L
+77 M
+78 N
+79 O
+80 P
+81 Q
+82 R
+83 S
+84 T
+85 U
+86 V
+87 W
+88 X
+89 Y
+90 Z
+91 [ lB
+92 \ rs
+93 ] rB
+94 a^ ^ ha
+95 _
+96 ` oq
+97 a
+98 b
+99 c
+100 d
+101 e
+102 f
+103 g
+104 h
+105 i
+106 j
+107 k
+108 l
+109 m
+110 n
+111 o
+112 p
+113 q
+114 r
+115 s
+116 t
+117 u
+118 v
+119 w
+120 x
+121 y
+122 z
+123 lC {
+124 ba |
+125 rC }
+126 a~ ~
+127 ad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]