How I can merge this:
Code: Select all
\usepackage[includeheadfoot,top=0mm,bottom=0mm,left=0mm,right=0mm,headsep=0mm,footskip=0mm]{geometry}
Code: Select all
\includegraphics[width=\textwidth,page=1]{contents/srs}
Code: Select all
\usepackage[includeheadfoot,top=0mm,bottom=0mm,left=0mm,right=0mm,headsep=0mm,footskip=0mm]{geometry}
Code: Select all
\includegraphics[width=\textwidth,page=1]{contents/srs}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage{pdfpages}
...
\includepdf{filename}% instead of \includegraphics
\newgeometry
and \restoregeometry
of the geometry package, or a package for absolute placement on the page.NEW: TikZ book now 40% off at Amazon.com for a short time.