mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 07:47:57 +02:00
Vorlesung vom 28.11.2013 digitalisiert
This commit is contained in:
parent
0d18b6b229
commit
bd5f65062d
35 changed files with 536 additions and 2 deletions
10
documents/GeoTopo/figures/topology-graph-k-3-3.tex
Normal file
10
documents/GeoTopo/figures/topology-graph-k-3-3.tex
Normal file
|
@ -0,0 +1,10 @@
|
|||
\begin{tikzpicture}
|
||||
\tikzstyle{point}=[circle,thick,draw=black,fill=black,inner sep=0pt,minimum width=4pt,minimum height=4pt]
|
||||
|
||||
\foreach \x in {0,1,2}
|
||||
\foreach \y in {0,1,2}{
|
||||
\node (a)[point] at (\y,0) {};
|
||||
\node (b)[point] at (\x,1) {};
|
||||
\draw (a) -- (b);
|
||||
}
|
||||
\end{tikzpicture}
|
Loading…
Add table
Add a link
Reference in a new issue