summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex
new file mode 100644
index 0000000000..86aae74f57
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-13.3.2.tex
@@ -0,0 +1,15 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 96 (Section 13.3.2 : Vertical line and value calculated by \tkzname{xfp} )
+
+\begin{tikzpicture}
+ \tkzInit[xmax=7,ymin=-1,ymax=1]
+ \foreach\v in {1,2}
+ {\tkzVLine[color=red]{\v*pi}}
+ \tkzDrawY
+ \tkzAxeX[trig=2]
+ \tkzLabelY
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file