-
Notifications
You must be signed in to change notification settings - Fork 17
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
PDF Generation #46
Comments
Yes, we don't have adequate documentation of how to generate a PDF. This documentation should include info about what fonts could be used. The PDF that is on the website now does not have great fonts and could be improved; as a start we should describe how this imperfect PDF file could be generated. I'll work on this, including looking into having Travis generate a PDF for each branch. We're already building HTML for each branch; see #43. |
I've worked on generation of a PDF by Travis in the |
The .travis.yml file provides (imperfectly) documentation for the PDF file generation requested in #46
In the source asciidoc the following two lines are displayed the same in HTML but differently in PDF
Use of the back-tics (`) seems to be the right choice to produce a fixed-width font in HTML and PDF, while all the source files use plus (+). Theres more to be done on this. |
"Hi guys, I have a couple of doubts in the output generation, PDF and HTML. Normally, I generate it in order to read in a better format. First, the footnotes in PDF appear on line, and not as footnotes. Second, the Latex mathematical symbols use a weird charset. I think is my setup, then. How can I add the right font? Usually, I generate my work on ORG-MODE using Latex and Tufte style documents."
Originally posted by @smendozabarrera in #5 (comment)
The text was updated successfully, but these errors were encountered: