mirror of
https://github.com/LanceLi1416/Template-LectureNotes.git
synced 2026-06-04 04:44:40 +08:00
Upload template
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user