Skip to content
Snippets Groups Projects
Verified Commit ff042f34 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

set up basic cover

parent b0cd7c99
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,14 @@ config/vars:
$(DBOOK): LOCTEX HANDOUTS STYLE_FILES EXTERNAL | qr.tex
@$(COMPILER) main.tex
images/extracted/cover.jpg: images/Roch_Hercka/cave_fight.jpg images/extracted/inclusion.tex
$(CP) $< $@
$(DROSS)/cover.pdf: config/cover.tex cover.tex images/extracted/cover.jpg $(DBOOK)
$(RUN) $<
cover.pdf: $(DROSS)/cover.pdf
$(CP) $< $@
.PHONY: clean
clean:
$(CLEAN)
$(RM) -r images/extracted
Subproject commit 798205306ece718815b26f03edd3bbfa30d4f67c
Subproject commit a4864a8c55d3ee37450bdcdfbf6e769933d1dfd5
\renewcommand\bookTitle{Core Rules}
\newcommand\cover{extracted/cover.jpg}
\setcounter{titleHeight}{1}
\renewcommand\bookChapters{
\placeChap{15,7.3}{measurements}
\placeChap{15,4}{coreRules}
\placeChap{6,6}{combat}
\placeChap{14,1}{knacks}
\placeChap{8,-4}{spellsChapter}
\placeChap{15,-4}{skill_uses}
}
\renewcommand\backBlurb{
}
\setbookcover{coverwidth=25cm}
\setbookcover{markcolor=black}
\setbookcover{coverheight=20cm}
\setbookcover{spinewidth=25mm}
\setbookcover{flapwidth=0cm}
\setbookcover{wrapwidth=5mm}
\rulerfalse
\chapter{Measurements}
\label{measurements}
Three kinds of \glspl{trait} describe every character in the game: \glspl{attribute} show general aptitude, \glspl{skill} show training, and Knacks show exceptional ability within a narrow focus.
All other \glspl{trait} -- \glspl{hp}, combat abilities, movement rates -- come from combinations of these three.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment