John R. Culleton wrote:
> For every run of texexec no matter how trivial I get a list of it
> seems all the available typescript files and map files. Is this
>   

> normal? E.g.:
> ----------------------------------------
> (/usr/share/texmf/tex/context/base/type-syn.tex)
> (/usr/share/texmf/tex/context/base/type-enc.tex)
> (/usr/share/texmf/tex/context/base/type-dis.tex)
> (/usr/share/texmf/tex/context/base/type-siz.tex)
> (/usr/share/texmf/tex/context/base/type-map.tex)
> (/usr/share/texmf/tex/context/base/type-spe.tex)
> (/usr/share/texmf/tex/context/base/type-exa.tex)
> (/usr/share/texmf/tex/context/base/type-akb.tex)
> (/usr/share/texmf/tex/context/base/type-syn.tex)
> (/usr/share/texmf/tex/context/base/type-enc.tex)
> (/usr/share/texmf/tex/context/base/type-dis.tex)
> (/usr/share/texmf/tex/context/base/type-siz.tex)
> (/usr/share/texmf/tex/context/base/type-map.tex)
> (/usr/share/texmf/tex/context/base/type-spe.tex)
> (/usr/share/texmf/tex/context/base/type-exa.tex)
> (/usr/share/texmf/tex/context/base/type-akb.tex)
> (/usr/share/texmf/tex/context/base/type-syn.tex)
> (/usr/share/texmf/tex/context/base/type-enc.tex)
> (/usr/share/texmf/tex/context/base/type-dis.tex)
> (/usr/share/texmf/tex/context/base/type-siz.tex)
> (/usr/share/texmf/tex/context/base/type-map.tex)
> (/usr/share/texmf/tex/context/base/type-spe.tex)
> (/usr/share/texmf/tex/context/base/type-exa.tex)
> (/usr/share/texmf/tex/context/base/type-akb.tex)
> (/usr/share/texmf/tex/context/base/type-syn.tex)
> (/usr/share/texmf/tex/context/base/type-enc.tex)
> (/usr/share/texmf/tex/context/base/type-dis.tex)
> (/usr/share/texmf/tex/context/base/type-siz.tex)
> (/usr/share/texmf/tex/context/base/type-map.tex)
> (/usr/share/texmf/tex/context/base/type-spe.tex)
> (/usr/share/texmf/tex/context/base/type-exa.tex)
> (/usr/share/texmf/tex/context/base/type-akb.tex)
> (/usr/share/texmf/tex/context/base/type-syn.tex)
> (/usr/share/texmf/tex/context/base/type-enc.tex)
> (/usr/share/texmf/tex/context/base/type-dis.tex)
> (/usr/share/texmf/tex/context/base/type-siz.tex)
> (/usr/share/texmf/tex/context/base/type-map.tex)
> (/usr/share/texmf/tex/context/base/type-spe.tex)
> (/usr/share/texmf/tex/context/base/type-exa.tex)
> (/usr/share/texmf/tex/context/base/type-akb.tex)
> (/usr/share/texmf/tex/context/base/type-pre.tex)
>   
this is normal, since type-* files are not preloaded (unless you say:

\preloadtypescripts

which you can do in cont-sys.tex. If you have enough mem this will save 
you some runtime


> bodyfont        : unknown variant Charter
>   
this is not normal and point to an error in you rstyle
> ) (/usr/share/texmf/tex/plain/pdfcolor/pdfcolor.tex) (./jun06.tuo) 
> (./jun06.tuo
> ) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo)
> (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo) (./jun06.tuo)
> (./jun06.tuo)
> fonts           : using map file: texnansi-public-lm.map
> fonts           : using map file: original-public-vnr.map
> fonts           : using map file: original-public-csr.map
> fonts           : using map file: original-public-plr.map
> fonts           : using map file: original-public-lm.map
> fonts           : using map file: original-ams-euler.map
> fonts           : using map file: original-ams-cmr.map
> fonts           : using map file: texnansi-base.map
> fonts           : using map file: t5-base.map
> fonts           : using map file: qx-base.map
> fonts           : using map file: 8r-base.map
> fonts           : using map file: ec-base.map
> fonts           : using map file: ec-public-lm.map
> fonts           : using map file: original-base.map
>   
this is ok, context loads mapfiles at runtime (a few pdftex versions ago 
this was the only way to handle many fonts since loading the big map 
file pdftex.map was quite inefficient esp with thousands of entries), 
nowadays i prefer this method because (1) we need proper support for 
commercial (add-on) fonts and (2) it's cleaner and (3) what you load is 
what you get

> systems         : begin file jun06 at line 4
>   
Hans


-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to