Advertisement
mb6ockatf

lines.tex

Nov 19th, 2023
1,086
0
200 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.49 KB | Source Code | 0 0
  1. \documentclass{article}
  2. \usepackage{amssymb}
  3. \usepackage{tkz-euclide}
  4.  
  5. \begin{document}
  6. $$
  7. \begin{tikzpicture}
  8. \draw (0,0) -- (4,0) -- (2,3.46) -- cycle;
  9. \draw (2,1.15) circle (1.15);
  10. \filldraw[black] (2,1.15) circle (2pt) node[anchor=east]{O};
  11. \draw (2,1.15) -- (2,0);
  12. \filldraw[black] (0,0) circle (2pt) node[anchor=east]{A};
  13. \filldraw[black] (2,3.46) circle (2pt) node[anchor=south]{B};
  14. \filldraw[black] (4,0) circle (2pt) node[anchor=west]{C};
  15. \end{tikzpicture}
  16. $$
  17. \end{document}
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement