summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/testHeadings1.tex
blob: 164fcbe10574101f541c2baae7c16cdb88fe7955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% arara: indent: {overwrite: yes, localSettings: yes, trace: on}
\documentclass[a4paper]{article}
\usepackage{filecontents}
\begin{filecontents}
	\begin{document}
	hello world
	\end{document}
\end{filecontents}
\begin{document}
\section{}
\subsection{}
	\subsubsection{}
		some text goes here
		some text goes here
		some text goes here
		\begin{verbatim}
                \documentclass[<+options+>]{<+class+>}

           \begin{document}
        <++>
                            \end{document}
                     \end{document}
                            more text here
		\end{verbatim}
\end{document}