master_book.tex 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%%% RIVAL REGIONS TUTORIAL
  3. %%%%
  4. %%%% Author : Bèrg C
  5. %%%% Version : 1.1.1
  6. %%%%
  7. %%%% Notes : This code is delivered as is,
  8. %%%% and without any warranty.
  9. %%%% Feel free to modify and share.
  10. %%%%
  11. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12. % Preamble
  13. \input{preamble_book}
  14. \input{preamble_main}
  15. % Content
  16. \begin{document}
  17. \input{docs/intro}
  18. \input{toc}
  19. \newpage
  20. \input{docs/region}
  21. \hrule
  22. \input{docs/state}
  23. \hrule
  24. \input{docs/perks}
  25. \hrule
  26. \input{docs/storage}
  27. \hrule
  28. \input{docs/resources}
  29. \hrule
  30. \input{docs/work}
  31. \hrule
  32. \input{docs/war}
  33. \hrule
  34. \input{docs/parliament}
  35. \hrule
  36. \newpage
  37. \input{docs/checklist}
  38. \hrule
  39. \end{document}