21 lines
223 B
TeX
21 lines
223 B
TeX
\documentclass{book}
|
|
|
|
\input{preamble}
|
|
\bibliography{book.bib}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
\input{ frontmatter }
|
|
|
|
\mainmatter
|
|
\input{chapters}
|
|
|
|
\appendix
|
|
\input{appendix}
|
|
|
|
\backmatter
|
|
\input{backmatter}
|
|
|
|
\end{document}
|