[XeTeX] [texlive] opentype fonts from $TEXMFLOCAL

Akira Kakuto kakuto at fuk.kindai.ac.jp
Fri Mar 26 02:35:52 CET 2010


Hi Diederick,

> I found out now that if I add the directory where the fonts are to
> C:\texlive\2009\texmf-var\fonts\conf\fonts.conf, all works well (as is
> suggested in many tutorials).

You can edit fonts.conf. However a better way is:

Please create a file
C:/texlive/2009/texmf-var/fonts/conf/local.conf
with the following contents:


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- 
local.conf
Additional dirs for fontconfig. Subdirs are searched automatically.
-->

<dir>c:/texlive/2009/texmf-local/fonts/opentype</dir>

</fontconfig>



More information about the XeTeX mailing list