-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Separate PDF versions for python and julia cheatsheets #25
Comments
We already have the pdfs from the original tex versions. Did you have in mind one created by Sphinx so we only have to edit the rsts? |
Hi @vgregory757 I think we should probably embrace a full sphinx solution -- as the source is then in one place. This is a good point though -- an interim solution can use the pdf's constructed from the |
Any progress here? |
I tried using Sphinx to build the latex/pdf files for these and I get all sorts of latex errors from the .tex files it makes. It doesn't seem to like the matrices in particular. If I ignore the errors, the parts of the tables that didn't have errors look good in general. But I'm not sure if the errors are coming from something we did wrong in the .rsts or because Sphinx just doesn't play well with the combination of latex + tables + math. |
@vgregory757 do you think you might have some time to review the generated latex file and then modify the latex code to produce the matrices etc? We could then use this template to modify the LaTeX writer in sphinx to generate what we want as a finished product. |
@mmcky Sure thing, I'll see if I can get it to look nice. |
Thanks @vgregory757. That would be great. Note: The way sphinx does syntax highlighting for LaTeX isn't great using lots of |
@mmcky I cleaned up the generated tex version for the Julia sheet and put it in the main folder. I wasn't having any problems with the Does this help/look nice? |
Great. Thanks @vgregory757. I can't compile the updated tex because it needs a Can I suggest we move the manually edited tex file into a folder |
@mmcky Done. If you run |
Thanks @vgregory757. I think this looks nice. Now we will have to teach sphinx how to make that LaTeX :) |
We may want to have separate PDF files for
python
andjulia
cheat sheets for download.Focusing on
html
for now.The text was updated successfully, but these errors were encountered: