-
Notifications
You must be signed in to change notification settings - Fork 24
/
19titu.tex
32 lines (32 loc) · 1.73 KB
/
19titu.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass[tikz]{standalone}
\usepackage{pgf}
\usepackage{mathrsfs}
\usepackage{unicode-math}
\setmainfont{XITS}
\setmathfont{XITS Math}
\usetikzlibrary{arrows}
\begin{document}
\definecolor{qqqqff}{rgb}{0.,0.,1.}
\begin{tikzpicture}[scale=0.8]
\draw (-0.9545742935204204,2.9430560179619225)-- (-2.125214220663158,-0.7360980387723939);
\draw (-2.125214220663158,-0.7360980387723939)-- (3.832506837116847,-0.0671609375479727);
\draw (3.832506837116847,-0.0671609375479727)-- (-0.9545742935204204,2.9430560179619225);
\draw (1.4389662717982132,1.437947540206975)-- (-2.125214220663158,-0.7360980387723939);
\draw[dashed] (-0.9545742935204204,2.9430560179619225)-- (-0.37368333686455757,1.273838698858973);
\draw[dashed] (-0.37368333686455757,1.273838698858973)-- (-2.125214220663158,-0.7360980387723939);
\draw[dashed] (-0.37368333686455757,1.273838698858973)-- (3.832506837116847,-0.0671609375479727);
\draw[dashed] (-0.37368333686455757,1.273838698858973)-- (1.4389662717982132,1.437947540206975);
\begin{scope}
\draw [fill=qqqqff] (-0.9545742935204204,2.9430560179619225) circle (0.5pt);
\draw (-0.9680421683372779,3.18665411203182) node {$D$};
\draw [fill=qqqqff] (-2.125214220663158,-0.7360980387723939) circle (0.5pt);
\draw (-2.345123117459616,-0.8523896975316425) node {$A$};
\draw [fill=qqqqff] (3.832506837116847,-0.0671609375479727) circle (0.5pt);
\draw (4.069770274846022,-0.10943557493766783) node {$B$};
\draw [fill=qqqqff] (1.4389662717982132,1.437947540206975) circle (0.5pt);
\draw (1.5365210128360003,1.6865165240600048) node {$E$};
\draw [fill=qqqqff] (-0.37368333686455757,1.273838698858973) circle (0.5pt);
\draw (-0.20233017356692285,1.5252026048967482) node {$C$};
\end{scope}
\end{tikzpicture}
\end{document}