Re: Maiuscoletto con fontspec

#50705
Up
0
Down
::

Prova a vedere che cosa ti dice la shell con
fc-list | grep Termes

In effetti non dice nulla….
Che abbia ragione XeLaTeX?

Dalla guida di TeX Live 2010:

3.4.5 Font configuration for XeTeX

If you have installed the xetex package on a Unix-compatible system, you need to configure your system if you want XeTeX to be able to find the fonts shipped with TeX Live. To facilitate this, when the xetex package is installed (either at initial installation or later), the necessary configuration file is created in

TEXMFSYSVAR/fonts/conf/texlive-fontconfig.conf.

To set up the TEX Live fonts for system-wide use (assuming you have suitable privileges), proceed as follows:

Copy the texlive-fontconfig.conf file to /etc/fonts/conf.d/09-texlive.conf.
Run fc-cache -fsv.

If you do not have sufficient privileges to carry out the steps above, you can instead do the following to make the TEX Live fonts available to you as an individual XeTEX user:

Copy the texlive-fontconfig.conf file to ~/.fonts.conf, where ~ is your home directory.
Run fc-cache -fv.

Dunque i passi da eseguire sono:
`sudo cp $(kpsewhich -var-value TEXMFSYSVAR)/fonts/conf/texlive-fontconfig.conf /etc/fonts/conf.d/09-texlive.conf
sudo fc-cache -fsv`
Nodo al fazzoletto per ricordarmi di aggiungerlo alla guida di installazione. Qualcuno può confermare che fra i “cron jobs” c’è anche “fc-cache”?

Ciao
Enrico

Go to top