Skip to content

Instantly share code, notes, and snippets.

@vampirepapi
Created August 26, 2021 19:05
Show Gist options
  • Save vampirepapi/c8e09dbf6259a72fd2604b73a4af37e2 to your computer and use it in GitHub Desktop.
Save vampirepapi/c8e09dbf6259a72fd2604b73a4af37e2 to your computer and use it in GitHub Desktop.
\usepackage{tikzpagenodes}
\begin{document}
\begin{tikzpicture}[remember picture,overlay,shift={(current page.north west)}]
\node[anchor=north west,xshift=17cm,yshift=-0.15cm]{\includegraphics[width=3cm]{Picture.jpeg}};
\end{tikzpicture}
%upload a picture with name Picture.jpeg
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment