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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis