forked from rrthomas/hpmor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dust jackets for all print volumes
- Loading branch information
Showing
8 changed files
with
76 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ Maintainer: Reuben Thomas <[email protected]> | |
A LaTeX version of | ||
[the popular didactic fan-fiction](http://www.hpmor.com) by Eliezer Yudkowsky, 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!). | ||
volumes; the latter option is more practical to bind). There are also dust | ||
jackets for the printable volumes. | ||
|
||
TeXLive 2015 or later is required to build the book. | ||
|
||
|
@@ -35,15 +35,17 @@ and there are no appendices. | |
* `latexmk hpmor`: Build the one-volume PDF `hpmor.pdf` | ||
* `latexmk hpmor-N`: Build one of the six individual volumes | ||
`hpmor-1.pdf` to `hpmor-6.pdf`. | ||
* `latexmk hpmor-dust-jacket-1`: produce the dust jacket for Volume 1, | ||
`hpmor-dust-jacket-1.pdf`. Note that this requires the corresponding volume, `hpmor-1.pdf`, to have been built first. | ||
* `latexmk hpmor-dust-jacket-N`: produce the dust jacket for Volume N, | ||
`hpmor-dust-jacket-N.pdf`. Note that this requires the corresponding volume, `hpmor-N.pdf`, to have been built first. | ||
* `latexmk -c`: Remove files produced by building (except PDFs). | ||
* `latexmk -C`: Remove files produced by building (including PDFs). | ||
|
||
By default, the dust jackets assume 80gsm plain paper (this affects the thickness of the book and hence the size of the dust jacket). This can be configured in `hp-paper-type.tex`; see `papers.tex` for a list of papers. | ||
|
||
The exact sizes of dust jackets may vary; the current parameters were taken from a commercial printer. They can be adjusted in `hp-dust-jacket.tex` as desired. | ||
|
||
Note that the back dust-flap is left for you to add your own text; edit `hp-dust-jacket.tex` and search for “PUT YOUR BACK DUST-FLAP TEXT HERE!”. | ||
|
||
|
||
## Contributing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,4 @@ | ||
\def\bookfile{hpmor-1.pdf} | ||
\input{hp-paper-type} | ||
|
||
\input{hp-dust-jacket} | ||
\input{hp-title} | ||
\input{hpmor-title-1} | ||
|
||
\begin{document} | ||
{ | ||
\setbookcover{bgcolor}{whole}{color=black} | ||
\setbookcover{fgfirst}{remark}{ | ||
\bfseries\color{blue}DUST JACKET} | ||
\setbookcover{bgpic}{front}{cover0.jpg} | ||
\setbookcover{fgfirst}{front}{\hptitle[\coverwidth]{\fullvolumetitle{1}}} | ||
|
||
% Spine | ||
\setbookcover{fgfirst}{spine}{ | ||
\centering | ||
\color{white}\scshape | ||
\vspace{0.5cm}\huge 1\\[2ex]\Large | ||
\vfill | ||
\rotatebox[origin=c]{90}{\contour[120]{black}{\volumetitle}} | ||
\vfill} | ||
|
||
% Back cover | ||
\setbookcover{fgfirst}{back}{ | ||
\centering | ||
\vspace{20mm} | ||
\parbox{110mm}{\color{white}\Large\raggedright | ||
Petunia married a biochemist, and Harry grew up reading science and science fiction. Then came the Hogwarts letter, and a world of intriguing new possibilities to exploit. And new friends, like Hermione Granger, and Professor McGonagall, and Professor Quirrell… | ||
}} | ||
|
||
% Text on the front flap | ||
\setbookcover{fgfirst}{front flap}{ | ||
\centering | ||
\vspace{20mm} | ||
\parbox{40mm}{\color{white}\raggedright\small | ||
HPMOR comes from the world of fan-fiction. With J.~K.~Rowling’s approval, it tells the story of an alternate Harry, an auto-didact rationalist who brings all his powers to bear on the strange new vistas of the world of magic. | ||
|
||
\bigskip The books introduce the reader to the ways of thinking Yudkowsky lays out in his blog, \url{lesswrong.com}.}} | ||
|
||
% Text on the back flap | ||
\setbookcover{fgfirst}{back flap}{ | ||
\centering | ||
\vspace{20mm} | ||
\parbox{40mm}{\color{white}\small\raggedright | ||
PUT YOUR BACK DUST-FLAP TEXT HERE!}} | ||
|
||
\makebookcover | ||
} | ||
\end{document} | ||
\input{hp-dust-jacket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\def\bookfile{hpmor-2.pdf} | ||
\input{hpmor-title-2} | ||
|
||
\input{hp-dust-jacket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\def\bookfile{hpmor-3.pdf} | ||
\input{hpmor-title-3} | ||
|
||
\input{hp-dust-jacket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\def\bookfile{hpmor-4.pdf} | ||
\input{hpmor-title-4} | ||
|
||
\input{hp-dust-jacket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\def\bookfile{hpmor-5.pdf} | ||
\input{hpmor-title-5} | ||
|
||
\input{hp-dust-jacket} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\def\bookfile{hpmor-6.pdf} | ||
\input{hpmor-title-6} | ||
|
||
\input{hp-dust-jacket} |