-
Notifications
You must be signed in to change notification settings - Fork 482
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
Option to display latex log on error #1697
Comments
I've noticed that there is an undocumented option to set ENV["DOCUMENTER_LATEX_DEBUG"] = "some/path" to copy all latex files into a specified folder. This, together with artifacts could perhaps solve this issue? |
It's probably sufficient to just print the output of the Documenter.jl/src/Writers/LaTeXWriter.jl Lines 195 to 197 in 743f0fd
There's also the Documenter.jl/src/Writers/LaTeXWriter.jl Line 209 in 743f0fd
|
I'd like to set up some kind of "display LaTeX logs" feature for https://github.com/JuliaLang/docs.julialang.org. @fredrikekre @mortenpi What do you think is the best option for that repo? |
When trying to get PDF from Latex working in a CI build environment it would be useful if the latex log was dumped to stdout
The current error message only points to a folder, but that folder is not going to be accessible after the build has failed.
Documenter.jl/src/Writers/LaTeXWriter.jl
Line 177 in 743f0fd
Something like
would be useful.
The text was updated successfully, but these errors were encountered: