<div dir="ltr"><div><div><div><div>Hi Phil,<br><br></div>I was not careful enough when reading your original post. I have read it again and I have a few new suggestions:<br><br></div>1. Yes, you can easily override any setting in texmf.cnf by editing the root texmf.cnf (in $texmf-dist/YYYY where YYYY is the year). If TEXMF contains strange directories, copy the definition to the root texmf.cnf and remove the wrong ones.<br><br></div>2. It is not necessary to add the working directory to TEXINPUT beccause it is searched as the first location. If you do it, TeX will look there twice. If the directory contents is cached by OS, the second lookup will be fast. If the OS (or VM) has little space for disk cache, the second lookup will be as slow as the first one.<br><br></div>3. Remove the trailing comma inside the curly braces, It will cause searching the whole $TEXMF/tex tree.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">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></div></div>
<br><div class="gmail_quote">2015-03-12 11:08 GMT+01:00 Philip Taylor <span dir="ltr"><<a href="mailto:P.Taylor@rhul.ac.uk" target="_blank">P.Taylor@rhul.ac.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Ulrike Fischer wrote:<br>
<br>
> Change the fonts to some which resides in the texmf-tree to check if<br>
> here is the bottleneck.<br>
<br>
</span>That will take some (considerable !) time ...<br>
<span class=""><br>
> Do you call fonts by font name or by file name?<br>
<br>
</span>Typical font invocation set :<br>
<br>
\def \normalfonts<br>
    {%<br>
        \font \bodyfont = "Palatino Linotype"<br>
        \font \italicbodyfont = "Palatino Linotype/I"<br>
        \font \bolditalicbodyfont = "Palatino Linotype/BI"<br>
        \font \latinfont = "Palatino Linotype/I"<br>
        \font \hebrewfont = "Arial Unicode MS"<br>
        \font \headfont = "Arial Unicode MS/B:color=BF0000"<br>
        \font \runningheadfont ="Arial Unicode MS/B:color=BF0000"<br>
        \let \englishfont = \bodyfont<br>
        \let \greekfont = \bodyfont<br>
        \let \italicgreekfont = \italicbodyfont<br>
        \bodyfont<br>
    }<br>
<br>
+<br>
<br>
\font \captionfont = "Arial Unicode MS/B:color=005F00" at 8pt<br>
\font \redcaptionfont = "Arial Unicode MS/B" at 8,8pt<br>
<span class=""><br>
<br>
><br>
> Did you update the xetex cache with fc-cache?<br>
<br>
</span>Just tried that, with -v -s -r :  no difference.<br>
<span class=""><br>
> As you are on windows: You could try the process monitor to monitor<br>
> file access:<br>
> <a href="https://technet.microsoft.com/en-us/library/bb896645.aspx" target="_blank">https://technet.microsoft.com/en-us/library/bb896645.aspx</a><br>
<br>
</span>Will try that next ...<br>
<br>
** Phil.<br>
</blockquote></div><br></div>