Created
August 26, 2021 19:05
-
-
Save vampirepapi/c8e09dbf6259a72fd2604b73a4af37e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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