[OS X TeX] Latin Modern fonts broken in the latest gwTeX i-Package
Bruno Voisin
bvoisin at mac.com
Thu Jan 25 06:10:11 EST 2007
Le 25 janv. 07 à 11:47, Franck Pastor a écrit :
> Le 24-janv.-07 à 21:55, Gerben Wierda a écrit :
>
>> On Jan 24, 2007, at 20:19 , Franck Pastor wrote:
>>
>>> I have updated the gwTeX (TeXLive) i-package yesterday, and since
>>> then, the Latin Modern fonts seem broken, particularly the
>>> mathematical fonts: when I typeset this small example,
>>>
>>> \documentclass{minimal}
>>> \usepackage[T1]{fontenc}
>>> \usepackage{lmodern}
>>> \begin{document}
>>> An example: \[\int_0^{1}x^2\,dx=\frac{1}{3}.\]
>>> \end{document}
>>>
>>> The integration symbol and the "x" disappear, the point is
>>> replaced by a colon. And the more formula there are, the worse it
>>> is... Is it the same for each of you, if you have the latest
>>> gwTeX installed?
>>
>> Looks like a mapping or encoding problem
>
> Well, I am not able to sort this out...
Comparing very quickly my TeXLive-2007 setup, where your minimal
example works, and my gwTeX seup, where it exhibits the same
bahaviour as for you::
- In TeXLive, updmap.cfg (in texmf-config) contains apparently one
single LM-related line:
Map lm.map
corresponding to lm.map which says:
% This is the global map file for the LM fonts. It includes all standard
% maps except those meant for the replacement of CM, CS, PL and VN
fonts.
- In gwTeX, updmap.cfg (in texmf.local) contains several LM-related
lines:
Map lm.map
Map lm-ec.map
Map lm-qx.map
Map lm-texnansi.map
Map lm-ts1.map
Map lm-t5.map
It seems the interaction of the last 5, apparently superfluous, lines
with the first line create the problem.
I'm not sure where those superfluous lines come from: a
misconfiguration of gwTeX as shipped, or a remnant of a previous
installation of gwTeX which hasn't been erased by a more recent
installation (given, I think, /usr/local/gwTeX/texmf.local/web2c/
updmap.cfg is essentially left unchanged by a new install). Since /
usr/local/gwTeX/texmf/web2c/updmap.cfg, the default gwTeW updmap.cfg,
does not contain the superfluous 5 lines, I think the answer is the
second: a remnant of the previous organization of the LM map files.
Whatever the cause, a possible cure is:
sudo -H updmap-sys --nohash --nomkmap --disable lm-ec.map
sudo -H updmap-sys --nohash --nomkmap --disable lm-qx.map
sudo -H updmap-sys --nohash --nomkmap --disable lm-texnansi.map
sudo -H updmap-sys --nohash --nomkmap --disable lm-ts1.map
sudo -H updmap-sys --nohash --nomkmap --disable lm-t5.map
sudo -H updmap-sys
Hope this works,
Bruno Voisin
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the MacOSX-TeX
mailing list