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

create foldout compile

parent 9beb7362
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,10 @@ resources.pdf: $(ALL_FILES) rules.pdf ...@@ -26,6 +26,10 @@ resources.pdf: $(ALL_FILES) rules.pdf
$(RUN) resources.tex $(RUN) resources.tex
$(RUN) resources.tex $(RUN) resources.tex
$(CP) $(DROSS)/resources.pdf resources.pdf $(CP) $(DROSS)/resources.pdf resources.pdf
foldout.pdf: $(ALL_FILES) rules.pdf
$(RUN) foldout.tex
$(RUN) foldout.tex
$(CP) $(DROSS)/foldout.pdf foldout.pdf
rules.pdf: images/wide.jpg $(wildcard rules/*.tex) $(ALL_FILES) rules.pdf: images/wide.jpg $(wildcard rules/*.tex) $(ALL_FILES)
$(RUN) rules.tex $(RUN) rules.tex
$(CP) $(DROSS)/rules.pdf rules.pdf $(CP) $(DROSS)/rules.pdf rules.pdf
......
\documentclass[landscape]{book}
\usepackage{config/bind}
\externalReferent{core}
\settoggle{verbose}{false}
\settoggle{genExamples}{false}
\settoggle{examplecharacter}{true}
\newcommand\bklTitle[1]{{\Large\scshape #1}}
\renewcommand\subsubsection[1]{{\Large\scshape #1\par}}
\pagestyle{empty}
\tcbset{reset}
\begin{document}
\input{fold_front.tex}
\input{fold_back.tex}
\end{document}
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