2023-12-05 20:30:40 +01:00
|
|
|
%----------------------------------------
|
|
|
|
% CHAPTERS
|
|
|
|
%----------------------------------------
|
|
|
|
|
|
|
|
\newcommand{\includechapters}[2]{%
|
|
|
|
\foreach \i in {0, ..., #2} {%
|
|
|
|
\edef\FileName{content/chapters/#1/\i}%
|
|
|
|
\IfFileExists{\FileName}{%
|
|
|
|
\input{\FileName}%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-15 11:40:26 +01:00
|
|
|
\includechapters{part1}{3}
|
2023-12-05 20:30:40 +01:00
|
|
|
|
|
|
|
% \includechapters{part2}{2}
|
|
|
|
|
2024-03-12 13:15:22 +01:00
|
|
|
% \includechapters{part3}{1}
|