SICP, split into chapters, impositioned into booklets (PDF format).
After splitting SICP into chapters, I then used impositioner to reformat it to be printed, cut in half, and bound into 5.5" x 8.5" booklets.
sudo apt-get install python3 python3-pip
sudo pip3 install pdfrw
python3 impositioner.py sicp_chapter_1.pdf
python3 impositioner.py sicp_chapter_2.pdf
...