> Date: Wed, 17 Jun 1998 22:15:36 +0100 (BST)
> From: John Robert Barnes <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Running MusiXTex
>
> I have downloaded and installed the necessary files to use MusiXTex, and
> am running teTex (latex Version 3.14159 (C version 6.1)), on a UNIX
> system. The necessary soft links have been created as defined in the
> install.sh file, however when I try to latex an example file, I get:
>
> latex adagio.tex
>
> This is TeX, Version 3.14159 (C version 6.1)
> (adagio.tex
> LaTeX2e <1996/12/01> patch level 1
> Babel <v3.6h> and hyphenation patterns for american, german, loaded.
> ! I can't find file `musixtex'.
> l.2 \input musixtex
>
Are you using LaTeX on a plain TeX file? Are musixtex.tex and
friends in a directory that is in TeX's path? Do
echo $TEXINPUTS
to see which directories those are.
Bob T.