summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex b/Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex
index 2dfed9849f1..ff55548b6c7 100644
--- a/Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex
+++ b/Master/texmf-dist/doc/support/latexindent/success/pstricks1.tex
@@ -3,7 +3,7 @@
\usepackage{pstricks,multido}
\def\Bottle#1{{\pscustom[linewidth=2pt]{%
- \rotate{#1}
+ \rotate{#1}
\psline(-1,3.5)(-1,4)(1,4)(1,3.5)
\pscurve(3,2)(1,0)\psline(-1,0)
\pscurve(-3,2)(-1,3.5)}}}
@@ -20,6 +20,7 @@
\multido{\iA=-45+5}{19}{%
\begin{pspicture}(-2.5,-0.5)(6,5.5)
\BottleWithWater(1.5,1){\iA}
- \end{pspicture}}
+ \end{pspicture}
+}
\end{document}