15 lines
602 B
Plaintext
15 lines
602 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
|
||
|
<!-- ************************************************************ -->
|
||
|
<!-- list of font directories of Type1 of TeXLive packages -->
|
||
|
<!-- all subdirectories of these directories are added as well -->
|
||
|
<!-- ** WARNING: THIS IS A HUGE LIST OF FONTS AND THEREFORE IT ** -->
|
||
|
<!-- ** WILL SLOW DOWN ALL PROGRAMS USING FONTCONFIG ** -->
|
||
|
<!-- ************************************************************ -->
|
||
|
|
||
|
<fontconfig>
|
||
|
<dir>/usr/share/texmf/fonts/type1</dir>
|
||
|
<dir>/usr/local/share/texmf/fonts/type1</dir>
|
||
|
</fontconfig>
|