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