I have tried to use includepdf of a PowerPoint in Appendix. It imports the pdf but it jumps a page down from my title on a newpage. I then tried naming the section inside includepdf but then the title is repeated each time a new slide is added with a number in front. I just want the first title and the first slide to show after then no titles.
Code of Appendix:
\section*{Appendix}
\appendix
\section{PowerPoint for the first learning course}
%\begin{minipage}{\textwidth}
% \includepdf[pages=1]{pictures/Dag 1 intro.pdf}
%\end{minipage}
\includepdf[pages=-]{pictures/Dag 1 intro.pdf}
Tried looking over here: How to include PDF pages without a newpage before the first page? which had the same problem but it could not resolve it for me for some reason
Regards

\includegraphics[page=1]{pictures/Dag 1 intro.pdf} \includepdf[pages={2-}]{picttures/Dag 1 Intro.pdf}– imnothere May 03 '21 at 02:33