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
Any chance of getting a PDF version? #106
Comments
This should be possible, and I have created similar setups in the past – where .lagda source compiles to a website and to a PDF – but we're not currently working on this. |
Roman, As Wen says, we're not working on this currently. If you would like to add a way to do this to the repository, that would be most welcome. |
Ways to do this are relatively simple. You can use ready-made applications such as a Adobe Acrobat DC, which quickly and easy translates HTML pages into pdf files or even the PdfCrowd tool (https://pdfcrowd.com). |
@Kwezan Those tools might work, but they'll be translating the HTML to a PDF. Since we have Markdown source for the book, and we can translate the literate Agda parts to LaTeX using |
FYI the 2.6.0 release of Agda will bring a new feature that translates the Agda codes in |
@ice1000 Awesome news! That'll be very useful! Unfortunately, at this point, there's a couple of other features of |
Wow, you have Maybe it'll be helpful for improving Agda's HTML backend, too. |
@ice1000 Sorry, it's not exceedingly well-documented. It has the ability to:
|
In Agda 2.6.0 you'll have variable
i : Level
A : Set i
id : A -> A -- A is generalized according to the variable definitions above
id a = a Related docs: https://people.inf.elte.hu/divip/AIMXXVIII.pdf |
This is interesting! We haven't thought about that yet. Good idea! |
Modules! Why not use |
I'd love a PDF version of this! |
First, thank you so much, the book looks extremely useful!
The online version looks amazing, but there's one minor issue: I prefer reading books away from computer, using my E-Ink device. I can imaging that a lot of people have similar preferences.
So a PDF version of the book (or at least instructions how to make one) would be very helpful.
The text was updated successfully, but these errors were encountered: