-
Notifications
You must be signed in to change notification settings - Fork 189
PDF version of Handbook #407
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
Comments
We'd have to check the results, but now that we have texlive packages that might be a viable solution and we could even include in the package. I believe @abenson has some templates for markdown -> LaTeX stuff we could try to use. |
#416 is now basically ready to be merged, modulo any feedback from @void-linux/pkg-committers. However, some things to follow up in the future:
|
If anyone wants to get their hands on it without building |
I am not posting these in the PR because I don't view anything as blocking. I don't feel great about the paragraph indentation being non-uniform. The first paragraph of a section lacking indentation and then the following having it really sticks out to me. This is highlighted by the use of short single sentence paragraphs. Seeing it in this format makes this stick out more. The handbook feels more like a wiki and in that display format it seems natural. Another thing is just that the paragraphs are single spaced from eachother while lists seem to be double-spaced between their elements and other paragraphs. I don't really know anything about latex, but that is the only other note I saw. The short sentences and stub sections taking up whole pages I view as more a product of our writing than the PDF. I do not think these things are blockers from publishing this, just more issues to consider in the future if we are going to do tagged releases. I am starting to have a lot more free time lately and will try to take a look at some of this stuff with you guys. I love this and keep up the good work! |
If anything, I think in light of this we could merge InfraDocs into the section above as like a see also... just so it doesn't sit alone on the page, or could be expanded to elaborate more on the infrastructure of void in general (and maybe indirectly ease common questions about a former public figure?) Also, I wonder if it would be worth moving the style guide into a markdown file in the root of the repository, and just pointing to it from the main corpus? It seems a little odd in PDF form. This seems like a very normal practice to me, but as just an mdBook I could have gone either way. |
Also, I wonder if the contributing section could be worked around a little? If we move the style guide I think PopCorn and Contributing could just all fit in one page vs three (including the parent) |
@bobertlo: Thanks for the feedback, and the suggestions. :-) LaTeX provides defaults for each Finally, i've been making some progress on a script to generate a ToC that looks more like the one on the Web site. One problem i've encountered is that there are numerous inconsistencies between section titles as per SUMMARY.md, and the actual titles of sections. i hope to open a bulk PR to address that sometime today. |
Moving this here. So, I would prefer to update the |
Given the plans of a transition to Docker, we might have to wait a bit to run all this :p |
Ah, so deploying the PDF will have to wait until after the Docker transition? |
Preferrably so, as I understand it. |
Regarding @flexibeast's comment here #403 (comment) , this is an issue we have to solve, because it appears when building the
|
Indeed. i have a thought about how to address this, which i've not yet tested locally: on line 272 of
to:
|
Seemed to work, nice! |
Okay, thanks - i'll create a PR including that change asap. |
Suggested by /u/YouNeverWalkAlone here.
i'm not sure what the best approach to this would be. Use
pandoc
to export to LaTeX, then usepdflatex
to produce the PDF?The text was updated successfully, but these errors were encountered: