summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/filecontents2.tex
blob: 5430702336107061a4a04ef011e68537059a32f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% arara: indent: {overwrite: true, trace: false, localSettings: yes}

\documentclass{article}
\usepackage{verbatim}
\begin{filecontents}{mybib.bib}
	\begin{document}
	here is some text
	\end{document}
\end{filecontents}

\begin{document}

\begin{verbatim}
\begin{filecontents}{mybib.bib}
	\begin{document}
	here is some text
	\end{document}
        \end{filecontents}
\end{verbatim}

\end{document}