Indexing fonts

Norbert Preining norbert at preining.info
Tue Jan 17 04:13:34 CET 2023


Hi Peter,

On Sun, 15 Jan 2023, Peter Flynn wrote:
> 3. So with Debian texlive-full, the user must create the 09-texlive.conf
> file themselves? (this is what I have been recommending to date).

I am not sure about 09-texlive.conf, I usually did put those into
	/etc/fonts/local.conf
which is automatically loaded.

Mine usually contained:
********************
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <dir>/usr/local/share/texmf/fonts/opentype</dir>
        <dir>/usr/local/share/texmf/fonts/truetype</dir>
        <dir>/usr/local/share/texmf/fonts/type1</dir>
        <dir>/usr/share/texlive/texmf-dist/fonts/opentype/adobe</dir>
        <dir>/usr/share/texlive/texmf-dist/fonts/opentype/nowacki</dir>
        <dir>/usr/share/texlive/texmf-dist/fonts/opentype/gust</dir>
        <dir>/usr/share/texlive/texmf-dist/fonts/opentype/public/fira</dir>
        <dir>/usr/share/texlive/texmf-dist/fonts/truetype/tibetan</dir>
</fontconfig>
**************************

Since I didn't want to add all of the fonts in TL (some actually break -
or broke? - fontconfig!).

Best

Norbert

--
PREINING Norbert                              https://www.preining.info
Mercari Inc.     +     IFMGA Guide     +     TU Wien     +     TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tex-live mailing list.