2014-07-17 20:47:38 +02:00
|
|
|
\documentclass{book}
|
2014-06-12 20:04:44 +02:00
|
|
|
|
2016-08-02 22:51:20 +02:00
|
|
|
\input{preamble}
|
2016-08-10 20:24:17 +02:00
|
|
|
\bibliography{book.bib}
|
2016-08-02 22:51:20 +02:00
|
|
|
|
2014-06-12 20:04:44 +02:00
|
|
|
\begin{document}
|
|
|
|
|
2014-07-17 20:47:38 +02:00
|
|
|
\frontmatter
|
2014-11-19 09:13:55 +01:00
|
|
|
\input{ frontmatter }
|
2014-06-12 20:04:44 +02:00
|
|
|
|
2014-07-17 20:47:38 +02:00
|
|
|
\mainmatter
|
|
|
|
\input{chapters}
|
2014-06-12 20:04:44 +02:00
|
|
|
|
2014-07-08 12:33:03 +02:00
|
|
|
\appendix
|
2014-07-17 20:47:38 +02:00
|
|
|
\input{appendix}
|
2014-07-08 12:33:03 +02:00
|
|
|
|
2014-07-17 20:47:38 +02:00
|
|
|
\backmatter
|
2014-07-19 00:11:16 +02:00
|
|
|
\input{backmatter}
|
|
|
|
|
2014-06-12 20:04:44 +02:00
|
|
|
\end{document}
|