2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/tikz/topology-simplex-0/topology-simplex-0.tex
Martin Thoma 44194d8817 misc
2013-11-23 12:49:28 +01:00

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}