-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Thank you for the software, and especially the latest release, which solved a problem I did not know how to otherwise solve.
Three suggestions to consider putting in the TODO:
-
In the documentation, at least in the sagecommandline part, you note that you can write sage: as the prefix to have Sage run it. You might give an example to show that you use ....: for multiline commands.
-
When running sage test.sagetex.sage it would be great if in addition to the line number, it also noted the current file. I have include files and it can sometimes be confusing where the error lies. (I tried to add this myself using the currfile package but got lost in the internals of the TeXProcessor somehow.)
-
Finally, perhaps not possible: it would be great if sagecommandline also captured the traceback that gets printed on exceptions. (As to the reason that is of interest: I have a lab manual that shows students what appears, and sometimes tracebacks appear.)
Regards, Jim