updmap + cm-super
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta,gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <[email protected]> |
Bob Tennent notified by, that updmap (in teTeX-2.0) generates wrong
output for the map files of cm-super for dvipdfm. The following patch
should fix this (and other cases where the name of the .enc file contains
characters other than [A-Za-z0-9]).
Thomas
--- updmap-2.0 Sat Feb 1 18:57:18 2003
+++ updmap Tue Feb 4 06:25:31 2003
@@ -734,9 +734,9 @@
{
sed -e 's@$@ %@' \
-e 's@^\(\([^ ]*\).*\)@\1\2@' \
- -e 's@\(.*[^A-Za-z0-9]\([^ ]*\)\.enc\(.*\)\)@\1 \2@' \
+ -e 's@\(.*<\[* *\([^ ]*\)\.enc\(.*\)\)@\1 \2@' \
-e '/%[^ ]*$/s@$@ default@' \
- -e 's@\(.*[^A-Za-z0-9]\([^ ]*\)\.pf[ab].*\)@\1 \2@' \
+ -e 's@\(.*<<* *\([^ ]*\)\.pf[ab].*\)@\1 \2@' \
-e '/%[^ ]* [^ ]*$/s@\( \([^ ]*\).*\)$@\1 \2@' \
-e 's@\(.* \([.0-9-][.0-9-]*\) *ExtendFont.*\)@\1 -e \2@' \
-e 's@\(.* \([.0-9-][.0-9-]*\) *SlantFont.*\)@\1 -s \2@' \