-
Notifications
You must be signed in to change notification settings - Fork 246
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
Documentation in PDF format #508
Comments
Documenter.jl's github does this as well, so there's ways to do it. If someone figures it out we'll accept it. |
So it looks like this is an issue with the requirements to compile to latex/pdf. From your post, I'm guessing the requirements to generate PDFs is not registered with your path.
My guess is that R has installed latexmk within it's own package management system and executable path. @coolshreysh1000 I've got a couple of questions to help diagnose the issue:
Just to satisfy my curiosity, what is the specific pain point of using HTML that you feel PDFs would fix? I'm just curious as I personally prefer HTML for documentation and would love to get an insight into another perspective. |
I don't have any pain point of HTML. But I have multiple pleasure points for PDF:
For e.g. I have studied vignette of R package PerformanceAnalytics to study different measures of investment performance. I wish to do same with Differential Equations in julia. In my laptop I tried very much to get julia to do PDF manual, but there are some latex issues that I was unable to resolve. So I thought that working on other computer can maybe solve the problem. |
I am able to access the online documentation and help at https://diffeq.sciml.ai/stable/
But I want a PDF version of above website for self - study and future reference.
I am new to Julia and previously was using R. In R, the vignette of package is available as PDF
But in Julia I was able to find PDF documentation only for base julia at https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.6.3.pdf
I tried different alternatives to convert website to PDF:
I also downloaded entire zip archive of package from github. Then in make.jl file (inside docs folder) I changed format = Documenter.Latex(). This method is building all .md files but is unable to generate Latex file in my computer. It shows the error:
Error: LaTeXWriter: latexmk command not found
I searched (exact search) above error in Google, it shows only 1 result - the internal code on Github website
I checked in R using TinyTex package and tlmgr_install("latexmk") command it shows already installed
Please help me by providing link / access to PDF documentation or julia / weave code to generate PDF documentation in my computer
The text was updated successfully, but these errors were encountered: