diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex new file mode 100644 index 00000000000..1584da5a145 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.9.tex @@ -0,0 +1,16 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 52 (Section 7.0.9 : Use of \tkzname{pi} with \tkzcname{tkzGrid}) + +\begin{tikzpicture}[scale=.75] + \tkzInit[xmax=6.5,ymax=6.5] + \tkzGrid[xstep=pi,ystep=pi/2,sub, + subxstep=pi/4,subystep=pi/4] + \tkzLabelX[label=$t$,orig=false,trig=4, + below=6pt,font=\scriptsize] + \tkzLabelY[trig=2,font=\scriptsize] + \tkzDrawXY +\end{tikzpicture} + +\end{document}
\ No newline at end of file |