Advertisement
kalakay

Arsir Daerah Persegi-1

Mar 25th, 2017
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.31 KB | None | 0 0
  1. \begin{tikzpicture}[scale=1,font=\small,line join=round]
  2. \coordinate[label=below:\$ A\$] (A) at (0,0);
  3. \coordinate[label=below:\$ B\$] (B) at (7,0);
  4. \coordinate[label=above:\$ C\$] (C) at (7,7);
  5. \coordinate[label=above:\$ D\$] (D) at (0,7);
  6. \draw[very thick,bistre] (A)--(B)--(C)--(D)--cycle;
  7. \end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement