2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00
LaTeX-examples/tikz/topology-simplex-0/topology-simplex-0.tex

12 lines
282 B
TeX
Raw Normal View History

2013-11-23 12:49:28 +01:00
\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}