mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
some changes (Knoten -> Ecken)
This commit is contained in:
parent
34d97ac0cf
commit
7bccfceb5f
12 changed files with 239 additions and 58 deletions
|
@ -15,8 +15,9 @@
|
|||
\node[vertex] (N-\number) at ({\number*(360/\n)}:5.4cm) {};
|
||||
}
|
||||
|
||||
\node[vertex] (N-3) at ({3*(360/\n)}:5.4cm) {};
|
||||
\node[vertex] (N-4) at ({4*(360/\n)}:5.4cm) {};
|
||||
\node[vertex,red] (N-1) at ({1*(360/\n)}:5.4cm) {};
|
||||
\node[vertex,red] (N-2) at ({2*(360/\n)}:5.4cm) {};
|
||||
\node[vertex,red] (N-5) at ({5*(360/\n)}:5.4cm) {};
|
||||
|
||||
\draw (N-1) -- (N-2);
|
||||
\draw (N-2) -- (N-3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue