I'm using includepdf to include a table.
\includepdf[pages={1} ]{table.pdf}
However, this results in the text running underneath the pdf.
Using /clearpage or /newpage results in ghastly blank spaces before or after the inclusion of the pdf page.
Edit:
This doesn't work:
\afterpage{%
\includepdf[pages={1} ]{table.pdf}
\clearpage
}
Edit2:
I think the problem is with the two columns. Using
\afterpage{\blankpage}
From this question, I only have one blank column and the same issue.
