diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex new file mode 100644 index 00000000000..d12382c3f03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.3.2.tex @@ -0,0 +1,14 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 35 (Section 6.3.2 : Use of \tkzname{pi} and \tkzcname{tkzAxeX}) + +\begin{tikzpicture} + \tkzInit[xmax=4,ymax=3.5] + \let\tkzmathstyle\displaystyle + \tkzLabelX[orig = false, frac = 4,below = 10pt] + \tkzDrawX[label = $t$] + \tkzAxeY[trig=2] +\end{tikzpicture} + +\end{document}
\ No newline at end of file |