I am having a problem including pdf pages in latex as appendix. I have tried using pdfpages but including \usepackage{pdfpages} in my style file of my thesis does not allow the code to work. Below is a list of all the packages I am using.
\usepackage{amssymb}
\usepackage{graphicx} % for improved inclusion of graphics
\usepackage[margin=10pt,font=small,labelfont=bf]{caption}
\usepackage{fancyhdr} % for better header layout
\usepackage{eucal}
\usepackage[norsk]{babel}
\usepackage[usenames, dvipsnames]{color}
\usepackage[perpage]{footmisc}
\usepackage[round]{natbib}
\usepackage{ifthen}
\usepackage{multicol}
\setlength{\columnsep}{20pt}
\usepackage[nottoc]{tocbibind}
\usepackage{nextpage}
\usepackage{caption}
\usepackage{subfig}
\usepackage{float}
\usepackage{tabularx, booktabs}
\usepackage{nameref}
\usepackage{pdflscape}
\usepackage{etoolbox}
\usepackage[titletoc, title, toc]{appendix}
\usepackage{placeins}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pdfpages}
I have tried to use \usepackage[draft]{pdfpages} and \usepackage[draft]{graphicx} but I still get an error. What is the thing I am doing wrongly?
Error:
! LaTeX Error: Option clash for package graphicx.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.146 \pdfcompresslevel
=9
?
graphicsis deprecated, usegraphicxinstead http://tex.stackexchange.com/a/23076/32374. What error are you getting exactly? Can you copy-paste into your question? Welcome to TeX.SX! – darthbith Jan 21 '15 at 13:03documentclassyou use already loadsgraphicx. You really need to tell give us a full minimal example, as daleif said. – darthbith Jan 21 '15 at 13:37kitchen-sink. :-( – Martin Schröder Jan 22 '15 at 01:00