I want to insert an iEEEtran article (paper.pdf) of multiple pages into TU delft report template for my thesis (thesis.pdf). tudelft-report uses a document class book.
When I use package pdfpages, it adds pages of paper.pdf but they are all blank. To be more specific, the pages are blank but if I highlight the text in thesis.pdf I can see it is there, see example in the figure.
How do I fix it? or Why does this occur?
P.S. it works to add paper.pdf works with \includegraphics but I don't want to add each page separately.
MWE:
\documentclass[whitelogo]{tudelft-report}
\usepackage{pdfpages}
\begin{document}
\begin{minipage}{\textwidth}
\includepdf[fitpaper= true, pages=-]{paper.pdf}
\end{minipage}
\end{document

\color{black}in front of\includepdf? How are you compiling? – samcarter_is_at_topanswers.xyz May 05 '17 at 14:49\includegraphicsfor multiple pages: https://tex.stackexchange.com/a/324786/36296 – samcarter_is_at_topanswers.xyz May 05 '17 at 14:51