summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-09-2-0.tex
blob: 8c8c53c77b2003de4223931cdddbff4612831fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 73 (Section  9.2 : Utilisation  \tkzcname{tikzset})

\tikzset{xaxe style/.style = {<->}}
\tikzset{xlabel style/.style={below=6pt}}
\begin{tikzpicture}
  \tkzInit[xmin=-0.5,xmax=5]
  \tkzDrawX
  \tkzLabelX
\end{tikzpicture}

\end{document}