mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
9 lines
283 B
TeX
9 lines
283 B
TeX
\begin{tikzpicture}[thick]
|
|
\draw (-1,-1) -- (1,-1) -- (1,1) -- (-1,1) -- cycle;
|
|
\draw (0cm,0cm) circle(0.9cm);
|
|
|
|
\begin{scope}[scale=1.7]
|
|
\draw (-1,-1) -- (1,-1) -- (1,1) -- (-1,1) -- cycle;
|
|
\draw (0cm,0cm) circle(0.9cm);
|
|
\end{scope}
|
|
\end{tikzpicture}
|