On Sat, Apr 30, 2005 at 10:34:13PM -0400, Eric Dorland wrote:

[snip]

> It all looks perfect on my end. Are you sure you have the correct
> fonts installed and configured? 

Yes, here is my configuration:

I have the latex-xft-fonts (vers. 0.1-5), x-ttcidfont-conf (vers. 17),
and fontconfig (vers. 2.2.3-4) packages installed.  Firefox is accessing
cmex10 and cmsy10 via the paths

        /usr/share/fonts/truetype/latex-xft-fonts/cm{ex,sy}10.ttf

(according to ls -lu).

I have also installed the mathematica fonts in my directory
/usr/local/share/mml-ttf, and ls -lu is showing that firefox is
accessing math{1,2,4,5}___.ttf and Symbol.pfa in that directory.

Here is my /etc/fonts/local.conf file:

------------------------ begin local.conf ------------------------
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Uncomment below to enable bitmapped fonts -->
<!--
  <dir>/usr/X11R6/lib/X11/fonts</dir>
-->

<!-- My addition -->
  <dir>/usr/local/share/mml-ttf</dir>
<!-- Suggested by /usr/share/doc/ttf-freefont/README.Debian -->
  <dir>/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType</dir>
  <dir>/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID</dir>

<!-- (more of) My stuff
  <alias>
    <family>CMEX10</family>
    <accept><family>cmex10</family></accept>
  </alias>
-->

  <match target="font">
    <test qual="all" name="rgba">
      <const>unknown</const>
    </test>
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
  </match>
</fontconfig>
------------------------- end local.conf -------------------------

And, finally, here is my X font path:

        /usr/X11R6/lib/X11/fonts/misc:unscaled
        /usr/X11R6/lib/X11/fonts/75dpi:unscaled
        /usr/X11R6/lib/X11/fonts/100dpi:unscaled
        /usr/X11R6/lib/X11/fonts/Type1
        /usr/X11R6/lib/X11/fonts/Speedo
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

--Paul Vojta


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to