MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Linux Font Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31704] Re: Linux Font Problem
  • From: SteveC <steve at fractalus.com>
  • Date: Tue, 27 Nov 2001 02:47:58 -0500 (EST)
  • Approved: Steven M. Christensen <steve@smc.vnet.net>, Moderator
  • Sender: owner-wri-mathgroup at wolfram.com

In article <9th9ru$gja$1 at smc.vnet.net>, "Jon Faranda"
<jonfa at bellsouth.net> wrote:
> Startup Error
> The Mathematica fonts are not properly installed in your system. Without
> these fonts, typeset mathematical expressions cannot be displayed
> properly.
> 
> I then press "continue" and all seems to load well. How can I correct
> this problem? Thanks!

This is the same as 
http://library.wolfram.com/mathgroup/archive/2000/May/msg00182.html

however I never got the xset fp [blah] working and I mess with my X server 
a lot so I just put it /etc/X11/XF86Config as below [this assumes you are 
using X4.x, which using RH7.2 is ok] see "man XF86Config" for more.

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
#these next two lines
        FontPath     "/usr/local/mathematica/SystemFiles/Fonts/X/"
        FontPath     "/usr/local/mathematica/SystemFiles/Fonts/Type1/"

        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection

have fun,

SteveC steve at fractalus.com fractalus.com/steve


  • Prev by Date: Re: printing in mathematica
  • Next by Date: Re: inverse function computation
  • Previous by thread: Re: Linux Font Problem
  • Next by thread: Linux font problem