I'm new to LaTeX, I tried to learn from scratch. I'm using a template on overleaf for my master report. So far so good for now.
However, I'm using a document class with two columns for a scientific-like display.
I just would like to add a "normal" front page with just Master Report and stuff on it, no columns. I've read that you cannot change document class. People talked about using the pdfpages package.
My problem is: I have no idea how to install or add a package on Overleaf.
I tried
Code: Select all
\usepackage{pdfpages}
...
\includepdf[pages=-,scale=.8,pagecommand={}]{FrontPage.pdf}
Code: Select all
Undefined control sequence.
\@outputdblcol ...}}\@combinedblfloats \@setmarks
\@outputpage \begingroup \...
l.16 ...=-,scale=.8,pagecommand={}]{FrontPage.pdf}