summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-14 22:29:54 +0000
committerKarl Berry <karl@freefriends.org>2017-02-14 22:29:54 +0000
commit62ce40f4ecfe95d2385f09e2914c41091196b80d (patch)
tree421e9de16e438f68cc22291e92b87de83e4af0e8 /Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex
parente20851aba1a94de328092f3f6474e6093faf8d35 (diff)
visualtikz (14feb17)
git-svn-id: svn://tug.org/texlive/trunk@43227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex')
-rw-r--r--Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex
index c6ebdb602d4..4af5f630860 100644
--- a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex
+++ b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzscope.tex
@@ -10,16 +10,16 @@
\BS{begin}\AC{tikzpicture}[line width = 3mm] \\ \\
\BS{draw} (0.5,6) - - (2.5,6);\\
-\ESS{begin\AC{scope}}[{\color{red}red}] \\
+\ESS{scope}[{\color{red}red}] \\
\BS{draw} (0.5,5) - - (2.5,5); \\
\BS{draw} (0.5,4) - - (2.5,4);\\
-\ESS{end\AC{scope}} \\ \\
+\BS{end\AC{scope}} \\ \\
\BS{draw} (0.5,3) - - (2.5,3);\\ \\
-\ESS{begin\AC{scope}}[{\color{red}green}] \\
+\ESS{scope}[{\color{red}green}] \\
\BS{draw} (0.5,2) - - (2.5,2);\\
\BS{draw} [{\color{red}red}] (0.5,1) - - (2.5,1);\\
\BS{draw} (0.5,0) - - (2.5,0);\\
-\ESS{end\AC{scope}} \\ \\
+\BS{end\AC{scope}} \\ \\
\BS{end}\AC{tikzpicture}
}
&