mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
11 lines
282 B
TeX
11 lines
282 B
TeX
\documentclass[varwidth=true, border=2pt]{standalone}
|
|
|
|
\usepackage{tikz}
|
|
\usepackage{amsmath,amssymb}
|
|
|
|
\begin{document}
|
|
\begin{tikzpicture}[thick]
|
|
\draw[thick, fill=black, black] (0cm,0cm) circle(0.1cm);
|
|
%\node[below] {$1$};
|
|
\end{tikzpicture}
|
|
\end{document}
|