vimtex/test/advanced-tocs/main.tex

25 lines
303 B
TeX
Raw Normal View History

\documentclass{scrartcl}
\setcounter{secnumdepth}{2}
\begin{document}
This test document is created to test advanced TOC functionality.
2014-07-08 06:33:03 -04:00
\frontmatter
\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}
2014-07-08 06:33:03 -04:00
\backmatter
\end{document}