Wir helfen bei LaTeX-Fragen
Zum Inhalt
Tabellen und Grafiken erstellen und anordnen
Beitrag von mofehl » So 13. Sep 2015, 13:17
Beitrag von esdd » So 13. Sep 2015, 16:40
\documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture}[ remember picture, overlay, shift={(current page.north west)} ] \node[fill,label=below right:Ursprung](a)at(0,0){}; \end{tikzpicture} \end{document}
Beitrag von mofehl » Mo 14. Sep 2015, 10:41
Zurück zu „Tabellen und Grafiken“