Skip to content

Instantly share code, notes, and snippets.

@bbdaniels
Created May 24, 2021 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbdaniels/a0c15632a0f3630ee26e656545d99867 to your computer and use it in GitHub Desktop.
Save bbdaniels/a0c15632a0f3630ee26e656545d99867 to your computer and use it in GitHub Desktop.
Add arbitrary PDF in LaTeX
\usepackage{pdfpages} % Allow PDF insert for non-TeX elements
\includepdf[noautoscale=true, pages=1]{pdf/15633-Analytics_coverFINAL_print.pdf}
\includepdf[noautoscale=true, pages=2]{pdf/15633-Analytics_coverFINAL_print.pdf}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment