I have two issues with PDFpages.
Please take a look at the following MWE:
Code: Select all
\documentclass[10pt, a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage[]{pdfpages}
\begin{document}
Test-sentence.
\includepdf[]{Untitled-2.pdf}
\includepdf[]{Untitled-2.pdf}
\end{document}
1) My first issue is that I would very much like for "Test-sentence" and the page "Untitled-2.pdf" to be on page 1. Then the second "Untitled-2.pdf" should come on page 2, but in the MWE each "Untitled-2.pdf" gets its own page.
2) Is there a way to "force" the pagenumber (written by LaTeX) onto page #2 containing "Untitled-2.pdf"?
I hope you understand. If not, please let me know and I will elaborate.
Best,
Niles.