summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/tikz4.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/tikz4.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex b/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex
new file mode 100644
index 00000000000..97830271b3f
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex
@@ -0,0 +1,27 @@
+% arara: indent: {overwrite: true, silent: on}
+\documentclass{article}
+
+% in the preamble
+% nothing
+% should happend
+\foreach \x in {0,1,2,3,4}{
+ \foreach \y in {0,1,2,3,4}{
+ \foreach \z in {0,1,2,3,4}{
+ \fill[black] (\x, \y, \z) circle (0.1);
+ }
+ }
+};
+\usepackage{tikz}
+
+\begin{document}
+\begin{tikzpicture}
+ \foreach \x in {0,1,2,3,4}{
+ \foreach \y in {0,1,2,3,4}{
+ \foreach \z in {0,1,2,3,4}{
+ \fill[black] (\x, \y, \z) circle (0.1);
+ }
+ }
+ };
+\end{tikzpicture}
+\end{document}
+