29 lines
430 B
TeX
29 lines
430 B
TeX
\documentclass{book}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
\input{preface}
|
|
|
|
\mainmatter
|
|
\input{chapters}
|
|
|
|
\appendix
|
|
\input{appendix}
|
|
|
|
\backmatter
|
|
\bibliography{test}
|
|
\printbibliography
|
|
\printbibliography{Testing}
|
|
\printbibliography[Some option]{Testing}
|
|
\printbibheading
|
|
\printbibheading{Testing}
|
|
\printbibheading[Some option]{Testing}
|
|
\begin{thebibliography}
|
|
\end{thebibliography}
|
|
|
|
\printindex
|
|
\printindex[Some option]
|
|
|
|
\end{document}
|