bug-lilypond
[Top][All Lists]
Advanced

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

Re: .tex files (ARGH!!!)


From: Jan Nieuwenhuizen
Subject: Re: .tex files (ARGH!!!)
Date: 22 Sep 2001 17:36:10 +0200

Rune Zedeler <address@hidden> writes:

> Han-Wen Nienhuys wrote:
> 
> > can you see what happens when you make ly2dvi add the working dir to
> > TEXINPUTS (i.e.
> > 
> >   os.environ['TEXINPUTS'] =  os.getcwd () + os.environ['TEXINPUTS']
> 
> nothing happens - same as before. (Added at line 781)

Oops, make that:

    os.environ['TEXINPUTS'] =  '.:' + os.environ['TEXINPUTS']

note the colon!

What is your TEXINPUTS set to, btw?

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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