2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Programmierparadigmen

This commit is contained in:
Martin Thoma 2014-02-01 13:46:33 +01:00
parent cec5db3514
commit 80640f870c
16 changed files with 383 additions and 0 deletions

View file

@ -0,0 +1,3 @@
\begin{tikzpicture}
\path (0,0) edge [bend angle=10,bend right] node[label=TODO] {} (-1,-1.5);
\end{tikzpicture}