2014-07-17 20:47:38 +02:00
|
|
|
\documentclass{book}
|
2014-06-12 20:04:44 +02:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2014-07-17 20:47:38 +02:00
|
|
|
\frontmatter
|
|
|
|
\input{preface}
|
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-17 19:39:21 +02:00
|
|
|
\bibliography{test}
|
2014-07-17 19:46:19 +02:00
|
|
|
\printbibliography
|
2014-07-17 19:39:21 +02:00
|
|
|
\printbibliography{Testing}
|
|
|
|
\printbibliography[Some option]{Testing}
|
2014-07-17 19:46:19 +02:00
|
|
|
\printbibheading
|
2014-07-17 19:39:21 +02:00
|
|
|
\printbibheading{Testing}
|
|
|
|
\printbibheading[Some option]{Testing}
|
|
|
|
\begin{thebibliography}
|
|
|
|
\end{thebibliography}
|
|
|
|
|
2014-07-17 19:46:19 +02:00
|
|
|
\printindex
|
|
|
|
\printindex[Some option]
|
|
|
|
|
2014-06-12 20:04:44 +02:00
|
|
|
\end{document}
|