|
|
last edited 17 years ago |
1 | ||
Editor:
Time: 2007/11/17 23:05:00 GMT-8 |
||
Note: commands can be first or only text in comment |
changed: - 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. From BillPage Thu Feb 10 10:53:15 -0600 2005 From: Bill Page Date: Thu, 10 Feb 2005 10:53:15 -0600 Subject: property change Message-ID: <20050210105315-0600@page.axiom-developer.org> Category: Axiom Compiler => MathAction Severity: normal => serious From BillPage Fri Mar 4 13:30:41 -0600 2005 From: Bill Page Date: Fri, 04 Mar 2005 13:30:41 -0600 Subject: Bug fixed Message-ID: <20050304133041-0600@page.axiom-developer.org> 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. * See SandBox for an example of the use of such indentation. * Comments that start with commands should now also work. * Let me know if this causes any unexpected behaviour. * I am monitoring SandBox and a few other pages to see what sort of problems new users have when then experiment with entering commands. I think/hope that the web site is getting a little easier to understand for the novice. From billpage Fri Mar 4 17:04:47 -0600 2005 From: billpage Date: Fri, 04 Mar 2005 17:04:47 -0600 Subject: property change Message-ID: <20050304170447-0600@page.axiom-developer.org> Status: open => testing From unknown Tue Mar 8 05:50:26 -0600 2005 From: Date: Tue, 08 Mar 2005 05:50:26 -0600 Subject: property change Message-ID: <20050308055026-0600@page.axiom-developer.org> From BillPage Wed Jun 21 06:17:44 -0500 2006 From: Bill Page Date: Wed, 21 Jun 2006 06:17:44 -0500 Subject: commands can be first or only text in comment Message-ID: <20060621061744-0500@wiki.axiom-developer.org> Status: testing => closed
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.