Thanks it works. I&#39;ve added them into tl-portable.bat.<br><br>Now another question: in the file fonts.conf, can I use relative path? I aim to keep some fonts on Usb disk and not scanning c:\windows\fonts, yet, the absolute path of this portable version may vary (be it g:\texlive\ or k:\texlive) when I plug it into different computers. So something like<br>

&lt;dir&gt;g:\texlive\texmf-local\fonts\opentype&lt;/dir&gt;<br>will not work any where.<br><br>I tried to jump back from the directory of fonts.conf like this<br>&lt;dir&gt;..\..\..\texmf-local\fonts\opentype&lt;/dir&gt;<br>

but it doesn&#39;t work (neither slash nor anti-slash).<br clear="all"><br>--<br>kmc<br>
<br><br><div class="gmail_quote">On Mon, Jun 8, 2009 at 16:06, Akira Kakuto <span dir="ltr">&lt;<a href="mailto:kakuto@fuk.kindai.ac.jp">kakuto@fuk.kindai.ac.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<div class="im"><br>
&gt; However, the first thing I can imagine before using XeTeX, is to see which<br>
&gt; fonts are available, then immediately I got this:<br>
&gt;<br>
&gt; TL H:\texlive\2008&gt;fc-list<br>
&gt; Fontconfig error: Cannot load default config file<br>
&gt;<br>
&gt; and the same error with fc-cache.<br>
<br>
</div>You can change directories for config file and caches<br>
by changing two variables in texmf.cnf:<br>
FONTCONFIG_PATH and FC_CACHEDIR.<br>
Their default values in TeX Live are<br>
<br>
FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf<br>
FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache<br>
<br>
Best,<br>
<font color="#888888">Akira<br>
</font></blockquote></div><br>