latex – including a landscape pdf

You may want to have a look at the pdfpages package which “sim­pli­fies the in­clu­sion of ex­ter­nal multi-page PDF doc­u­ments in LATEX doc­u­ments”.

To include pages as landscape you can use the following:

\usepackage{pdfpages}

\includepdf[landscape=true]{circuit.pdf}

Leave a Comment