1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
2008-07-09 Vladimir Volovich <vvv@vsu.ru>
* generated the BlueValues and OtherBlues entries in the Private
dictionary using fontforge, to improve consistency of character
heights and depths. Other than that, the fonts are the
same (e.g. auto-hinting remained the same as it was). The values
were inserted with t1disasm+perl+t1asm. Suggested by Andrey V. Panov.
* Ulrike Fischer noticed that some (rarely used) fonts mentioned
in the map files are not available. This was due to problems when
generating high-resolution bitmaps, but it was a mistake to
reference missing fonts. However, rather than excluding them from
the map files, these fonts were replaced with nearest-size
alternative, to prevent using bitmaps. Missing fonts and their
replacements are:
sfbm0600 => sfbm0700
sfbm0800 => sfbm0900
sffb2488 => sffb2074
sffb2986 => sffb2074
sffb3583 => sffb2074
sfff0500 => sfff0900
sfff0600 => sfff0900
sfff0700 => sfff0900
sfff0800 => sfff0900
sfff1728 => sfff1440
sfff2074 => sfff2488
sfff2986 => sfff2488
sfff3583 => sfff2488
sffi0500 => sffi0900
sffi0600 => sffi0900
sffi0700 => sffi0900
sffi0800 => sffi0900
sffi2488 => sffi2074
sffi2986 => sffi2074
sffi3583 => sffi2074
sffs2488 => sffs2074
sffs2986 => sffs2074
sffs3583 => sffs2074
sfit2986 => sfit2488
sfit3583 => sfit2488
* Version 0.3.4 released.
2003-03-30 Vladimir Volovich <vvv@vsu.ru>
* added Debian package files, provided by
Peter Szabo <pts@math.bme.hu>
2002-05-25 Vladimir Volovich <vvv@vsu.ru>
* Version 0.3.3 released.
* Added Computer Modern Bright super-fonts: 19 *.pfb and *.afm.gz
files, and corresponding entries in the MAP files.
* Generated precise (non-integer) widths for Concrete fonts.
* some changes to README, INSTALL files.
2001-12-05 Vladimir Volovich <vvv@vsu.ru>
* INSTALL: rewritten for generic TeX systems.
* dvips/config.cm-super: new file.
2001-11-29 Vladimir Volovich <vvv@vsu.ru>
* Version 0.3.2 released.
* dvips/cm-super.GS: new file -- Ghostscript Fontmap file for
CM-Super fonts.
2001-11-28 Vladimir Volovich <vvv@vsu.ru>
* Added Computer Modern Concrete super-fonts: 14 *.pfb and *.afm.gz
files, and corresponding entries in the MAP files.
* Added FAQ file.
2001-11-17 Vladimir Volovich <vvv@vsu.ru>
* Added VTeX/Free support files. See the file INSTALL for
installation instructions.
2001-10-24 Vladimir Volovich <vvv@vsu.ru>
* Version 0.3.1 released.
* Added MAP files for dvipdfm.
* Minor comment changes in ENC files.
* Renamed ENC files to avoid conflicts with other packages:
t1.enc -> cm-super-t1.enc
ts1.enc -> cm-super-ts1.enc
t2a.enc -> cm-super-t2a.enc
t2b.enc -> cm-super-t2b.enc
t2c.enc -> cm-super-t2c.enc
x2.enc -> cm-super-x2.enc
* Added the INSTALL file.
2001-10-14 Vladimir Volovich <vvv@vsu.ru>
* Changed all FontName strings to uppercase for Macintosh
compatibility. See Adobe Tech Note 0091 (Macintosh FOND Resources),
section 6.5 for a discussion. Thanks to Tom Kacvinsky <tjk@ams.org>.
All MAP files were changed, too, so if you upgrade, do not forget
to regenerate the main dvips/pdftex MAP files.
2001-10-11 Vladimir Volovich <vvv@vsu.ru>
* Version 0.3.0 released and uploaded to CTAN.
* Generated AFM metric files.
* Changed lenIV to 0 to reduce font sizes (requires non-outdated
Postscript interpreters).
2001-10-10 Vladimir Volovich <vvv@vsu.ru>
* Generated precise (non-integer) widths for all glyphs in PFB
files to match TFM widths (using continued fraction approximation).
Corrected width of space glyph to match default TeX font space width.
2001-09-29 Vladimir Volovich <vvv@vsu.ru>
* Added glyph variants guillemotleft.cyr, guillemotright.cyr from
LH fonts (french guillemets are curly, but the cyrillic ones are
straight).
2001-09-21 Vladimir Volovich <vvv@vsu.ru>
* Version 0.2.0 released.
* Added germandbls.alt glyph with the original CM shape to
all fonts.
* Changed license from Aladdin Free Public License (AFPL)
to GNU General Public License (GNU GPL).
2001-09-18 Vladimir Volovich <vvv@vsu.ru>
* Version 0.1 released: first public release.
|