2014-06-12 14:04:44 -04:00
|
|
|
\documentclass{scrartcl}
|
|
|
|
|
|
|
|
\setcounter{secnumdepth}{2}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
This test document is created to test advanced TOC functionality.
|
|
|
|
|
|
|
|
\section{Test section 1}
|
|
|
|
|
|
|
|
\subsection{Test sub section 1}
|
|
|
|
|
|
|
|
\section{$\alpha$}
|
|
|
|
|
|
|
|
\input{sec2.tex}
|
|
|
|
|
2014-07-08 06:33:03 -04:00
|
|
|
\appendix
|
|
|
|
|
2014-06-12 14:04:44 -04:00
|
|
|
\input{sec3}
|
|
|
|
|
2014-07-17 13:39:21 -04:00
|
|
|
\bibliography{test}
|
|
|
|
|
|
|
|
\printbibliography{Testing}
|
|
|
|
|
|
|
|
\printbibliography[Some option]{Testing}
|
|
|
|
|
|
|
|
\printbibheading{Testing}
|
|
|
|
|
|
|
|
\printbibheading[Some option]{Testing}
|
|
|
|
|
|
|
|
\begin{thebibliography}
|
|
|
|
\end{thebibliography}
|
|
|
|
|
2014-06-12 14:04:44 -04:00
|
|
|
\end{document}
|