Last active
March 18, 2018 01:38
-
-
Save Sciss/1e4327a465c6715a0c1ae637cc318974 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
\documentclass[10pt]{article} | |
\usepackage[paperheight=20cm,paperwidth=20cm,top=0mm,bottom=0mm,left=0mm,right=0mm]{geometry} | |
\usepackage{tikz} | |
\usepackage{graphicx} | |
\usetikzlibrary{calc} | |
\begin{document} | |
\pagestyle{empty} | |
\begin{tikzpicture}[remember picture,overlay] | |
\node[anchor=north west,inner sep=0] at ($(current page.north west)+(25mm,-25mm)$) { | |
\fbox{\includegraphics[scale=1,trim=25mm 113.82833mm 112.5mm 25mm]{test-graphics.pdf}} | |
}; | |
\end{tikzpicture} | |
\end{document} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment