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

make compile error #21

Closed
ea42gh opened this issue Feb 7, 2020 · 3 comments
Closed

make compile error #21

ea42gh opened this issue Feb 7, 2020 · 3 comments

Comments

@ea42gh
Copy link

ea42gh commented Feb 7, 2020

I had never used PythonTex before. make compile results in

 PythonTeX error
    The version of the PythonTeX scripts does not match the last code
    saved by the document--run LaTeX to create an updated version.

searching the web did not help. How would one fix this?

@tawheeler
Copy link
Collaborator

What version of pythontex do you have installed? This repo uses v0.17.

You can try running just the subset of the makefile command to see your what it does with each command:

-julia --color=yes pull_julia_code.jl
lualatex book
pythontex book
biber book
lualatex book

Chances are that the pythontex command is failing.

@ea42gh
Copy link
Author

ea42gh commented Feb 8, 2020

I had: the error comes from pythontex 0.16
Installing pythontex 0.17 resolved the problem, thank you1

@johnnychen94
Copy link
Contributor

The pythontex.sty file in this repository needs to be updated accordingly, you can find the workaround from #19 and #20

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

No branches or pull requests

3 participants