Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. pgfdeclareimage{myimage}{image.png}
  2.  
  3. begin{tikzpicture}
  4. [...things being drawn...]
  5. pgfuseimage{image}
  6. end{tikzpicture}
  7.  
  8. node[inner sep=0pt]{includegraphics[trim={0 1cm 0 0}]{image}};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement