von esdd » So 13. Sep 2015, 16:40
Eine Möglichkeit wäre
\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}
Gruß
Elke
Eine Möglichkeit wäre
[code]\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}[/code]
Gruß
Elke