lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Font problem in 2.4.5


From: Matthias Kilian
Subject: Re: Font problem in 2.4.5
Date: Mon, 14 Mar 2005 21:20:17 +0100
User-agent: Mutt/1.4.2i

On Tue, Mar 08, 2005 at 09:51:50AM -0800, Doug Asherman wrote:
> I compiled 2.4.5 from the tarball -- I'm trying to use it with tetex-3.0
> under Linux. I've read the compilation instructions, and aside from a
> small problem with espgs, everything seemed to go well.

For the OpenBSD port (to be announced in a few minutes), I do this
in ec-fonts-mftraced:

--- GNUmakefile.orig    Sun Jan  2 17:37:54 2005
+++ GNUmakefile Sun Mar  6 19:26:17 2005
@@ -39,7 +39,7 @@ TEXCONFDIR=$(prefix)/share/texmf
 PATHSUF=$(NAME)
 PFADIR=$(TEXDIR)/fonts/type1/public/$(PATHSUF)
 TFMDIR=$(TEXDIR)/fonts/tfm/public/$(PATHSUF)
-MAPDIR=$(TEXCONFDIR)/dvips/$(PATHSUF)
+MAPDIR=$(TEXDIR)/fonts/map/$(PATHSUF)
 ##MAPDIR=$(TEXCONFDIR)/dvips


--- generate-map-file.py.orig   Sun Jan  2 15:33:42 2005
+++ generate-map-file.py        Sun Mar  6 19:42:32 2005
@@ -14,4 +14,4 @@ for a in sys.argv[1:]:
        if m:
                name = m.group (1)
 
-       print '%s %s <%s' % (basename, name, basename)
+       print '%s %s <%s' % (basename, name, filename)


Don't ask me for the second one, I forgot why I needet it ;-)

For the first one, you could also create an appropriate symbolic
link.

Ciao,
        Kili

-- 
There are two major products that came out of Berkeley: LSD and UNIX.
We don't believe this to be a coincidence.        [Jeremy S. Anderson]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]