2014-07-17 14:47:38 -04:00
|
|
|
\documentclass{book}
|
2014-06-12 14:04:44 -04:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2014-07-17 14:47:38 -04:00
|
|
|
\frontmatter
|
2014-07-18 18:11:16 -04:00
|
|
|
\input{frontmatter}
|
2014-06-12 14:04:44 -04:00
|
|
|
|
2014-07-17 14:47:38 -04:00
|
|
|
\mainmatter
|
|
|
|
\input{chapters}
|
2014-06-12 14:04:44 -04:00
|
|
|
|
2014-07-08 06:33:03 -04:00
|
|
|
\appendix
|
2014-07-17 14:47:38 -04:00
|
|
|
\input{appendix}
|
2014-07-08 06:33:03 -04:00
|
|
|
|
2014-07-17 14:47:38 -04:00
|
|
|
\backmatter
|
2014-07-18 18:11:16 -04:00
|
|
|
\input{backmatter}
|
|
|
|
|
2014-07-17 13:39:21 -04:00
|
|
|
\bibliography{test}
|
2014-07-17 13:46:19 -04:00
|
|
|
\printbibliography
|
2014-07-17 13:39:21 -04:00
|
|
|
\printbibliography{Testing}
|
|
|
|
\printbibliography[Some option]{Testing}
|
2014-07-17 13:46:19 -04:00
|
|
|
\printbibheading
|
2014-07-17 13:39:21 -04:00
|
|
|
\printbibheading{Testing}
|
|
|
|
\printbibheading[Some option]{Testing}
|
|
|
|
\begin{thebibliography}
|
|
|
|
\end{thebibliography}
|
|
|
|
|
2014-07-17 13:46:19 -04:00
|
|
|
\printindex
|
|
|
|
\printindex[Some option]
|
|
|
|
|
2014-06-12 14:04:44 -04:00
|
|
|
\end{document}
|