%!TEX program=xelatex
\PassOptionsToPackage{quiet}{fontspec}
\documentclass[twoside,zihao=-4,scheme=chinese,fontset=none,punct=kaiming]{ctexart}
\usepackage{tex/sty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hbadness=10000
\vbadness=10000
%Title Page
\include{tex/title}
% Title Page for the Year, Then "Chapters" for Each Month
\def\year{2024} % The year is 2024
\include{tex/newyear} % Include "Title Page" for Year
\def\month{July} % The month
\include{./2024/2024_07} % Include the writing for the month
\def\month{8月} % The month
\include{./2024/2024_08} % Include the writing for the month
\end{document}