A LaTeX version of “Harry Potter and the Methods of Rationality” which can make a PDF ebook (one file) or printable books (either one or six volumes; the latter option is more practical to bind). There is also a dust jacket for volume 1 (more will be added!).
TeXLive 2015 or later is required to build the book.
hpmor.tex
- the main filehp-format.tex
- mostly sets up memoirhp-hacks.tex
- formatting commands used in the textchapters/
- one file per chapter, included fromhpmor.tex
and the individual volumeshpmor-N.tex
.out/
- generated files are put here, including the PDF outputs.xfonts/
- various fonts usedMakefile
- contains commands to run LaTeX to build the PDFs.
make
: Build the one-volume PDFhpmor.pdf
make all
: Build the one-volume PDF, six individual volumeshpmor-N.pdf
, and dust jackets.make clean
: Remove files produced by building (including PDFs).make FILENAME
: Make the given file.
If you’d like to help, the files to edit are in chapters/.
N.B. The Omake Files chapters (11 and 64) have been moved to the end of the PDF. Those chapter numbers are omitted in the text, so chapter 10 is followed by chapter 12, for example. In the sub-book PDFs, all chapters are renumbered to start from 1 at the start of a book, and there are no appendices.