I need to add a .pdf file (say one new page) into the code I'm writing;
let's make an example to let you understand
Code: Select all
%preamble
\begin{document}
%sections and so on
%Now I have to insert the pdf page I have
%sections and so on
\end{document}
MC