Theses, Books, Title pagesMasters/Doctoral Thesis- Appendix, Include a PDF, A3 pdf

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
aswadson
Posts: 12
Joined: Mon Feb 20, 2017 12:46 pm

Masters/Doctoral Thesis- Appendix, Include a PDF, A3 pdf

Post by aswadson »

Good evening,

I am currently using the Masters/Doctoral Thesis template and Wonder if it is possible to Include an A3 sized PDF in the appendix? How is it done?

I tried to Include it as a Figure but it did not look good! I tried to use a package to solve the Issue

Code: Select all

\usepackage{pdfpages}

\includepdf[pages={1}]{myfile.pdf}
Your assistance in this matter would be greatly appreciated :) :D

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Masters/Doctoral Thesis- Appendix, Include a PDF, A3 pdf

Post by Stefan Kottwitz »

Using pdfpages is a good way.

There are two options,
  • include the external pdf in your document, as you did above,
  • create a separate document, include first your document and then the other one.
Stefan
LaTeX.org admin
aswadson
Posts: 12
Joined: Mon Feb 20, 2017 12:46 pm

Masters/Doctoral Thesis- Appendix, Include a PDF, A3 pdf

Post by aswadson »

Thank you for the replay, I will try that :)
Post Reply