Search found 2 matches

by thilinihnd
Thu Jan 16, 2020 2:36 am
Forum: Page Layout
Topic: pdfpages.sty not found
Replies: 3
Views: 9140

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 is pdfpages not padfpages . So you should change \usepackage{padfpages} into \usepackage{pdfpages} (or install a package named padfpages , but CTAN does not have ...
by thilinihnd
Wed Jan 15, 2020 10:08 am
Forum: Page Layout
Topic: pdfpages.sty not found
Replies: 3
Views: 9140

pdfpages.sty not found

I'm using MIktex2.9 and I want to add a separate pdf page to my thesis. I installed the pdfpages package using the Miktex package installer. It installed successfully. I can see the pdfpages.sty in Miktex2.9/tex/latex/pdfpages forlder.
However when I try to use this package using \usepackage ...