sources-of-light/README.md

31 lines
1012 B
Markdown
Raw Normal View History

2024-11-14 05:15:53 +00:00
A small script for generating PDFs for my guitar TAB book for
my album "Sources of Light".
The book was printed through bookbaby.com in November 2024.
HTML files are in `pages/`. All the dimensions are set up properly
in the CSS at 9.25in x 12.25in. This is for a "Large Portrait" size
book that is 9x12. BookBaby requires an extra .25" of margin.
2024-11-14 05:19:18 +00:00
The rest of the book was assembled elsewhere.
2024-11-14 05:15:53 +00:00
To generate PDFs:
1. `npm install`
2. `mkdir -p rendered`
3. `node index.mjs`
```
tmont@thelio:~/code/sources-of-light (main +) node index.mjs
processing 001-title.html...
generated PDF at /home/tmont/code/sources-of-light/rendered/001-title.pdf
processing 002-title2.html...
generated PDF at /home/tmont/code/sources-of-light/rendered/002-title2.pdf
processing 003-toc.html...
generated PDF at /home/tmont/code/sources-of-light/rendered/003-toc.pdf
processing 197-timeline.html...
generated PDF at /home/tmont/code/sources-of-light/rendered/197-timeline.pdf
```
Rendered pages will be in `rendered/`.