summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex b/Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex
new file mode 100644
index 00000000000..46e501ebaa0
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexindent/success/filecontents1.tex
@@ -0,0 +1,18 @@
+% arara: indent: {overwrite: true, trace: false, localSettings: yes}
+
+\documentclass{article}
+\begin{filecontents}{mybib.bib}
+ \begin{document}
+ here is some text
+ \end{document}
+\end{filecontents}
+
+\begin{document}
+\begin{myotherenvironment}
+ some text goes here
+ some text goes here
+ some text goes here
+ some text goes here
+\end{myotherenvironment}
+
+\end{document}