-
-
Notifications
You must be signed in to change notification settings - Fork 94
[BUG] tex input unsupported #391
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
Comments
I am using pythontex with juliaconsole that in turn is using Weave.jl. This combination of software produces the error shown above. The bug can be avoided by falling back to Weave@0.10.2 until a fix has been published. |
I'm able to reproduce this issue. I also noticed this when using with |
I can confirm that this breaks PythonTex, and that |
description
"tex" is not a valid key for doctype. I cannot find a way to take a .tex file with noweb chunks and embed julia. Indirectly, this also breaks the pythontex package ("ERROR: KeyError: key "tex" not found")
versions
minimum reproducible steps
Try to build a .tex file with noweb chunks.
The text was updated successfully, but these errors were encountered: