Skip to content

[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

Open
dmillard opened this issue Aug 28, 2020 · 3 comments
Open

[BUG] tex input unsupported #391

dmillard opened this issue Aug 28, 2020 · 3 comments
Labels

Comments

@dmillard
Copy link

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

using InteractiveUtils; versioninfo():

Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

using Pkg; Pkg.status():

Status `~/.julia/environments/v1.4/Project.toml`
  [c52e3926] Atom v0.12.16
  [e5e0dc1b] Juno v0.8.2
  [2b0e0bc5] LanguageServer v3.1.1-DEV #master (https://github.com/julia-vscode/LanguageServer.jl.git)
  [295af30f] Revise v2.7.3
  [44d3d7a6] Weave v0.10.3

minimum reproducible steps

Try to build a .tex file with noweb chunks.

@dmillard dmillard added the bug label Aug 28, 2020
@hinneburg
Copy link

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.

@mykelk
Copy link

mykelk commented Sep 27, 2020

I'm able to reproduce this issue. I also noticed this when using with pythontex.

@s-broda
Copy link

s-broda commented Feb 10, 2022

I can confirm that this breaks PythonTex, and that pkg"pin Weave@0.10.2" works around it. Any hope for a fix?

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

No branches or pull requests

4 participants