This happens very often. Someone new user always enters an axiom commmad in a comment with no preceeding text. Then a bug in MathAction causes the command to not be recognized as a command. property change --Bill Page, Thu, 10 Feb 2005 10:53:15 -0600 reply Category: Axiom Compiler => MathAction
Severity: normal => serious
I modified the regular expressions that scripts ReplaceInlineAxiom?.py and
ReplaceInlineReduce?.py use to search for commands embedded in the text.
The previous version used a negative look-behind for the ! escape character
in combination the start of string ^ character. This test failed if there
was no character preceeding the first \begin{axiom} or \begin{reduce}.
I simply removed the start of line requirement. As a result \begin it
is also now possible to indent equations properly in structured text.
|