vimtex/test/advanced-tocs/main.tex

34 lines
482 B
TeX
Raw Normal View History

\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
\input{sec3}
\bibliography{test}
\printbibliography{Testing}
\printbibliography[Some option]{Testing}
\printbibheading{Testing}
\printbibheading[Some option]{Testing}
\begin{thebibliography}
\end{thebibliography}
\end{document}