Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete a file to fix an example involving the sage latex mode #1114

Closed
williamstein opened this issue Nov 6, 2007 · 0 comments
Closed

Delete a file to fix an example involving the sage latex mode #1114

williamstein opened this issue Nov 6, 2007 · 0 comments

Comments

@williamstein
Copy link
Contributor


This is for a 2.8.10 installation so apologies if it has been fixed.

The file examples/latex_embed/E2.sobj contains bad cached data so that
when you run "sage example.sage" you get a run-time error, even though
example.tex is correct!   The clue came from looking at the backup
file #example.tex#.   Since the script cleverly only does a long
computation when the result has not been stored, it keeps on using the
bad data (just an array subscript out of range).  The solution is to
delete file E2.sobj .

I didn't think this was worth a trac ticket...

Yes it is, or it will be lost...

Component: documentation

Issue created by migration from https://trac.sagemath.org/ticket/1114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant