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, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex b/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex
deleted file mode 100644
index 97830271b3f..00000000000
--- a/Master/texmf-dist/doc/support/latexindent/success/tikz4.tex
+++ /dev/null
@@ -1,27 +0,0 @@
-% 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}
-