mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
3 lines
118 B
TeX
3 lines
118 B
TeX
\begin{tikzpicture}
|
|
\path (0,0) edge [bend angle=10,bend right] node[label=TODO] {} (-1,-1.5);
|
|
\end{tikzpicture}
|