20 lines
248 B
TeX
20 lines
248 B
TeX
|
|
||
|
|
||
|
|
||
|
\documentclass[tikz]{standalone}
|
||
|
|
||
|
\usepackage{tikz}
|
||
|
\usepackage{tkz-euclide}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\begin{tikzpicture}[scale=1]
|
||
|
\tkzInit[xmax=5,ymax=5]
|
||
|
\tkzDrawX[>=latex]
|
||
|
\tkzDraw[>=latex]
|
||
|
\tkzDefPoints()
|
||
|
|
||
|
\end{tikzpicture}
|
||
|
|
||
|
\end{document}
|