Skip to content

Instantly share code, notes, and snippets.

@kalakay
Last active March 26, 2017 05:46
Show Gist options
  • Save kalakay/aad6651ff9ede2064d7e770ac5bc178d to your computer and use it in GitHub Desktop.
Save kalakay/aad6651ff9ede2064d7e770ac5bc178d to your computer and use it in GitHub Desktop.
Persegi, Busur, dan Pengars
\begin{tikzpicture}[scale=1,font=\small,line join=round]
\coordinate[label=below:\$A\$] (A) at (0,0);
\coordinate[label=below:\$B\$] (B) at (7,0);
\coordinate[label=above:\$C\$] (C) at (7,7);
\coordinate[label=above:\$D\$] (D) at (0,7);
\draw[very thick,bistre] (A)--(B)--(C)--(D)--cycle;
\end{tikzpicture}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment