SchoolWork-LaTeX/离散数学/平时作业/全部作业.tex
423A35C7 5906ac1efc 重构目录层次
0-课程笔记
1-平时作业
2-实验报告
3-期末大作业
2024-09-02 18:32:58 +08:00

24 lines
706 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper]{ctexbook}
\input{mypreamble}
\begin{document}
\maketitle
\tableofcontents
\setcounter{page}{0} % 这样会导致目录的最后一页页码为0TODO: 待修复
\subfile{第一周作业}
\subfile{第二周作业}
\chapter{数论基础}
\subfile{第三周作业}
\subfile{第四周作业}
\subfile{第五周作业}
\subfile{第七周作业}
\subfile{第八周作业}
\subfile{第十周作业}
\subfile{第十二周作业}
\subfile{第十三周作业}
\subfile{第十四周作业}
\subfile{第十五周作业}
\subfile{第十六周作业}
\appendix
\chapter{附录}
\subfile{课程项目}
\end{document}