On Sat, 2004-09-18 at 21:57, C Y wrote:
> --- James Amundson <amundson@users.sourceforge.net> wrote:
> > I don't seem to be able to tex the maxima book myself. I get
I found the problem. My breqn was broken. If I remove [breqn], the file
works.
> > As long as it works for somebody else right now, I don't have the
> > patience to figure out which latex bit is causing the problem.
>
> I can build pdf and ps successfully. The part I don't get is the
> Makefile. I have to strip all the &&/ style syntax out before I can
> use it. Could whoever needs that tell me what the intent of it is,
> because it sure doesn't work for me.
I put the &&'s there. Without them, make will execute all the commands,
even if one of the commands fails. With them, make will stop at the
first error. Now that I can get that far, I see that there was one
extraneous && at the end of the of the ps command. I just fixed it in
cvs. Do you still see a problem with the &&'s? If so, please send me the
exact output of Make.
--Jim