This one would be a bit more complicated. Basically the idea is that we expect that Buddhist centers or individuals will want to sponsor printing sets of our PDF files. It would be nice if we can support customizing the editions for them. This will be extremely limited customization!
add a logo to the back cover
add extra matter for acknowledgment of donors, etc.
So what I'm thinking is that if someone, let's say the Buddhist Library, wants to sponsor an edition, we have a folder for that:
Or where they want it added. It also could be more than one file. Maybe they want to acknowledge their sponsors, and also add some pages acknowledging their teacher, or something like that.
Ok, then we add a new /images directory inside that same folder.
just some notes, no plan to implement
This one would be a bit more complicated. Basically the idea is that we expect that Buddhist centers or individuals will want to sponsor printing sets of our PDF files. It would be nice if we can support customizing the editions for them. This will be extremely limited customization!
matter
for acknowledgment of donors, etc.So what I'm thinking is that if someone, let's say the Buddhist Library, wants to sponsor an edition, we have a folder for that:
There we copy the relevant config and matter files.
We then extend the edition by adding an extra
/matter
file. This would be straight HTML, just like the other files. Call it, say,sponsors.html
.Add that to the config, eg.
Or where they want it added. It also could be more than one file. Maybe they want to acknowledge their sponsors, and also add some pages acknowledging their teacher, or something like that.
Ok, then we add a new
/images
directory inside that same folder.And there we put the extra logo. To make it easy, it must be called
customlogo.png
. And that is added to the back cover LaTeX.That's about it!