main.tex 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. \include{preambule}
  2. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3. \begin{document}
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. %Title Page
  6. \include{./title}
  7. % Title Page for the Year, Then "Chapters" for Each Month
  8. \def\year{2021} % The year is 2017
  9. \include{newyear} % Include "Title Page" for Year
  10. %\def\month{August} % The month is August
  11. %\include{./2020/2020_08} % Include the writing for the month
  12. %\def\month{September} % Include more months as you go
  13. %\include{./2020/2020_09}
  14. %\def\year{2021} % Set the New Year
  15. %\include{newyear} % Include the page for the new year, and continue!
  16. %\def\month{January} % The month is January
  17. %\include{./2021/2021_01} % Include the writing for the month
  18. \def\month{March}
  19. \include{./2021/2021_03}
  20. \def\month{April}
  21. \include{./2021/2021_04}
  22. \def\month{May}
  23. \include{./2021/2021_05}
  24. \def\month{Juli}
  25. \include{./2021/2021_07}
  26. \def\month{August}
  27. \include{./2021/2021_08}
  28. \def\month{September}
  29. \include{./2021/2021_09}
  30. \end{document}