-
Notifications
You must be signed in to change notification settings - Fork 99
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_pdf.py cannot find riemann.tex #240
Comments
Sorry, I think the software requirements for making this work are not well documented and now even I don't recall everything that is required. But I think you need to install Inkscape:
|
Indeed, it seems you are running into an error when running If you elaborate more on not being able to run the claw code in the notebooks, maybe we can help also with that. |
@ketch @maojrs Thanks for your answers, I install inkspace that error went away. Now I have a different one, it says can't find
|
We didn't document the pdf build process very well in part because we didn't intend for users to build the pdf -- if you want the hard copy you should really buy the SIAM book (or perhaps access the ebook through your library), since they kindly gave us permission to share the notebooks and html files free of charge, but not the pdf. Also it was quite a complicated procedure to get things fixed up to the format they needed for typesetting, and many of the changes we made were done by hand and/or ended up on a private branch. It was also rather fragile in terms of some of the underlying software changing, so I'm not sure we could reproduce the pdf file ourselves at this point. Sorry! |
Dr. Leveque, thanks for the response. I managed to generate .tex from Jupyter UI for every ipynb, ran |
Yes, that's a good way to get a pdf out of the notebooks, glad to hear it gave something useful. |
Hi, when I try to generate a PDF, it runs almost until the end but I get the error below,
If I'm not mistaken the code is supposed to create a riemann.tex but it is also trying to read it before it creates it? Is there a bootstrap riemann.tex file that I need?
Apart from this error, I am able to run the notebooks on their own without any problems (except, partially, the claw code, it generates the graph but doesn't animate)
Thanks,
The text was updated successfully, but these errors were encountered: