mirror of
https://github.com/LanceLi1416/Template-LectureNotes.git
synced 2026-06-04 04:44:40 +08:00
22 lines
455 B
TeX
22 lines
455 B
TeX
\documentclass{book}
|
|
|
|
\input{config/config.tex}
|
|
|
|
\begin{document}
|
|
|
|
\pagestyle{empty}
|
|
% TODO: Change the title, subtitle, and author
|
|
\frontpage{Title}{Subtitle}{Author}
|
|
|
|
\input{config/frontmatter.tex}
|
|
|
|
% Start main content -----------------------------------------------------------
|
|
\part{Part 1}
|
|
|
|
\input{chapters/chapter1.tex}
|
|
|
|
% End main content -------------------------------------------------------------
|
|
|
|
\input{config/backmatter.tex}
|
|
|
|
\end{document} |