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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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: 10360
- 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