[337] in Athena Bugs
Tags in equations go right after mathdisplay in scribe
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Fri May 6 17:08:34 1988
From: <epeisach@ATHENA.MIT.EDU>
Date: Fri, 6 May 88 16:47:29 EDT
To: cfyi@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU
After looking for an hour at someones thesis, I rediscovered a bug in
scribe with math and equations. There appears to be no reference in the
scribe manual regarding this and it might be a bug.
Ezra
(Rediscovered means I found it last week for a term project but forgot
about by now)
---------------------------------------------------------------------
Hi Doug.
Good news, I found out the problem. Scribe is a little flaky about tags
in mathematical equations. The sequence that you have been using is
@begin(equation)
@begin(mathdisplay)
mathematical equation
@tag(tagname)
@end(mathdisplay)
@end(equation)
The proper sequence to use in scribe is
@begin(equation)
@begin(mathdisplay)
@tag(tagname)
mathematical equation
@end(mathdisplay)
@end(equation)
Simply moving that tag will sove your problem.
Try it out and let me know.
Ezra Peisach