We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following latex code will fail with the following fail.
\begin{sagesilent} \end{sagesilent}
File "main.sagetex.sage.py", line 32 except: ^ IndentationError: expected an indented block
To reproduce: Create a .tex document and include the sagetex package. Then add the codeblock above and run
pdflatex main.tex sage main.sagetex.sage
The text was updated successfully, but these errors were encountered:
thanks for the report, and please feel free to provide a PR to fix this issue.
Sorry, something went wrong.
No branches or pull requests
The following latex code will fail with the following fail.
To reproduce:
Create a .tex document and include the sagetex package.
Then add the codeblock above and run
The text was updated successfully, but these errors were encountered: