Page Layout ⇒ pdfpages.sty not found
-
- Posts: 2
- Joined: Wed Jan 15, 2020 9:58 am
pdfpages.sty not found
However when I try to use this package using \usepackage{padfpages}, it gives the following error.
LaTeX Error: File `padfpages.sty' not found.
Can someone help me to find why I get this error?
Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
pdfpages.sty not found
If you have copied the command and the message from your original file and log, the reason is simple: The name of the installed package isthilinihnd wrote:However when I try to use this package using \usepackage{padfpages}, it gives the following error.
LaTeX Error: File `padfpages.sty' not found.
pdfpages
not padfpages
. So you should change \usepackage{padfpages}
into \usepackage{pdfpages}
(or install a package named padfpages
, but CTAN does not have such a package).
-
- Posts: 2
- Joined: Wed Jan 15, 2020 9:58 am
pdfpages.sty not found
Oops.., what a silly mistake. Thank you for pointing it out.Ijon Tichy wrote:If you have copied the command and the message from your original file and log, the reason is simple: The name of the installed package ispdfpages
notpadfpages
. So you should change\usepackage{padfpages}
into\usepackage{pdfpages}
(or install a package namedpadfpages
, but CTAN does not have such a package).
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
pdfpages.sty not found
welcome to the forum!
Simple typing mistake

But mainly I wanted to say welcome, here.
Stefan