Xavier Moch <[email protected]> wrote:

> Something strange happens since I began to use PMX : the way I get from
> .tex to .pdf. Explanations :
> 
> Assume I have a .pmx file, named file.pmx. By executing "pmxab file", I
> obtain file.tex. That's great, no problem with that.
> What shall I do with file.tex ? Since I used (very shortly) MusiXTeX
> before I dowloaded PMX (which changed my life... or at least the time
> spent to write music), I supposed I had to do :
> 
> pdflatex file
> musixflx file
> pdflatex file
> 
> But pdflatex gives the error :
> ! Undefined control sequence \rm

boggle.  there exist classes that suppress that command, but article
doesn't.  i don't understand what's happened to \rm, but it doesn't
really matter

> Moreover, it's the same with \nopagenumbers and \bye

all three are plain tex commands, and you asked for latex.  (\rm is
retained in standard latex, including article, to help people compile
their old documents ... but people haven't learned the new commands,
even though "new" in this context means "since 1994"...)

as Jill-Jênn said: use pdftex rather than pdflatex.

robin

-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music

Reply via email to