Thanks , Now it is OK. <br>But when I run tlmgr generate updmap , I find a error : <br>   create a mapfile for pxdvi       : false<br>Is this serious ?<br><br><br><br><div class="gmail_quote">在 2012年2月4日 上午6:24,Zdenek Wagner <span dir="ltr"><<a href="mailto:zdenek.wagner@gmail.com">zdenek.wagner@gmail.com</a>></span>写道:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2012/2/3 waterloo <<a href="mailto:waterloo2005@gmail.com">waterloo2005@gmail.com</a>>:<br>
<div class="im">> I find an error:<br>
>   gsftopk: fatal: map file `ln9.map' not found.<br>
><br>
> I have copy all map files to TEXMFLOCAL/pdftex/local/config/ (I use portable<br>
> installation).<br>
> I think it is the matter of pdftex.map file.<br>
> pdftex.map is also in TEXMFLOCAL/pdftex/local/config/ .<br>
><br>
> I think the manuls are too old and too dificult for newbie like me.<br>
><br>
</div>The problem is that you read the old manuals instead of the right<br>
ones. If you get any piece of software, you can assume that it comes<br>
with manuals and cannot expect that all manuals available from other<br>
unrelated sources reflect any particular piece of software. Some time<br>
ago you asked where to find information, I suggested manuals of updmap<br>
and tlmgr, Here texdoc is your tool and "texdoc texdoc" tells you how<br>
to use it. In addition, users are not expected to interact directly<br>
with the internals. The internal are not described in the user<br>
manuals, if you want to understand them, you have to study the code of<br>
the supporting scripts. You spend month studying them and finally you<br>
find that it was much better to read and follow the user manuals.<br>
<br>
As already suggested in this thread, the steps are simple:<br>
<br>
1. Put ln9.map to a directory below TEXMFLOCAL/fonts/map, PFB files to<br>
a directory below TEXMFLOCAL/fonts/type1, TFM files to a directory<br>
below TEXMFLOCAL/fonts/tfm, if you have other files, locate similar<br>
files under texmf-dist and build a similar directory structure below<br>
TEXMFLOCAL<br>
<br>
2. Run mktexlsr<br>
<br>
3. Run updmap-sys --enable Map=ln9.map<br>
<br>
It should now work (unless you have managed to damage your font<br>
configuration). If your font configuration is damaged, you shouw<br>
follow the next steps (but you should do them anyway). If you update<br>
your TeX Live, the manual changes made in step 3 will be lost. In<br>
order to keep them, create file TEXMFLOCAL/web2c/updmap-local.cfg<br>
containing the following line:<br>
<br>
Map ln9.map<br>
<br>
Run mktexlsr<br>
<br>
If the fonts did not work after step 3, you should regenerate the<br>
correct font maps. Use the following command:<br>
<br>
tlmgr generate updmap<br>
<br>
This will remove all your manual changes from the map files, create<br>
the fresh files and add correctly formatted lines from<br>
updmap-local.cfg to all internal structures. "tlmgr --help" will give<br>
you this information.<br>
<br>
Is this that difficult to follow?<br>
<div class="im HOEnZb"><br>
> On 2012-2-3 下午10:48, "Zdenek Wagner" <<a href="mailto:zdenek.wagner@gmail.com">zdenek.wagner@gmail.com</a>> wrote:<br>
<br>
<br>
<br>
</div><div class="HOEnZb"><div class="h5">--<br>
Zdeněk Wagner<br>
<a href="http://hroch486.icpf.cas.cz/wagner/" target="_blank">http://hroch486.icpf.cas.cz/wagner/</a><br>
<a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a><br>
</div></div></blockquote></div><br>