Category Archive
·2 min read
Insert PDF Pages into a LaTeX Document (pdfpages)
To insert PDF pages into LaTeX, load the pdfpages package and use \includepdf[pages=-]{file.pdf}. Select pages, add them to the TOC, and scale to the layout.
latexpdf
Open →·2 min read
hyperref: Clickable Links, Bookmarks & PDF Metadata
Load the hyperref package last to make every \ref, \cite, and URL clickable in the PDF, add bookmarks, and set document metadata. Setup and options inside.
latexhyperref
Open →