diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex new file mode 100644 index 00000000000..7e58a720423 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-6.10.1.tex @@ -0,0 +1,12 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 43 (Section 6.10.1 : Changing the default axes) + +\begin{tikzpicture}[scale=1] + \tkzInit[ymax=2,xmax=4] + \tkzSetUpAxis[line width=1pt,tickwd=1pt,ticka=3pt, tickb=0pt] + \tkzAxeXY +\end{tikzpicture} + +\end{document}
\ No newline at end of file |