Code: Select all
\documentclass{article}
%
\usepackage{pdfpages}
\begin{document}
\includepdf[scale=.2]{example-image-a.pdf}
\end{document}
Code: Select all
$ pdfnup test.pdf
----
pdfjam: This is pdfjam version 2.08.
pdfjam: Reading any site-wide or user-specific defaults...
(none found)
pdfjam ERROR: LaTeX package pdfpages.sty is not installed
Code: Select all
$ tlmgr info pdfpages
package: pdfpages
category: Package
shortdesc: Include PDF documents in LaTeX
longdesc: This package simplifies the inclusion of external multi-page PDF documents in LaTeX documents. Pages may be freely selected and similar to psnup it is possible to put several logical pages onto each sheet of paper. Furthermore a lot of hypertext features like hyperlinks and article threads are provided. The package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to use this package to insert PostScript files, in addition to PDF files.
installed: Yes
revision: 38406
sizes: src: 173k, doc: 349k, run: 97k
relocatable: No
cat-version: 0.5d
cat-date: 2015-09-18 22:35:18 +0200
cat-license: lppl1.3
cat-topics: graphics-incl
collection: collection-latexrecommended
Any pointers would be helpful.