123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%% RIVAL REGIONS TUTORIAL
- %%%%
- %%%% Author : Bèrg C
- %%%% Version : 1.1.1
- %%%%
- %%%% Notes : This code is delivered as is,
- %%%% and without any warranty.
- %%%% Feel free to modify and share.
- %%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \documentclass[11pt,a4paper]{article}
- \input{preamble_main}
- \input{preamble_book}
- \begin{document}
- \input{docs/intro}
- \input{toc}
- \newpage
- \input{docs/region}
- \horrule
- \input{docs/state}
- \horrule
- \input{docs/perks}
- \horrule
- \input{docs/storage}
- \horrule
- \input{docs/resources}
- \horrule
- \input{docs/work}
- \horrule
- \input{docs/war}
- \horrule
- \input{docs/parliament}
- \horrule
- \newpage
- \input{docs/checklist}
- \horrule
- \end{document}
|