Document Classes ⇒ Two documents class in the same file
Two documents class in the same file
i use a book as document class for my thesis and i want to use another document class as article in the anex of my thesis, the question is: is it possible, if yes how?
best regards
Reason: fixed typo in title
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two documents class in the same file
Re: Two documents class in the same file
my thesis must include my publiation (article must be in style as in jounal) in annexe.
how can i do this
Reason: fixed typo in title
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two documents class in the same file

Stefan
Re: Two documents class in the same file
i use pdfpage but only the first page of paper is appeared
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Two documents class in the same file
So how did you use it? It should have been likewadoud wrote:hi
i use pdfpage but only the first page of paper is appeared
Code: Select all
\includepdf[pages=-]{filename}
-
meaning all pages, or pages=2-8
for selected pages, for example. I assume you forgot the pages
option, per default it's just 1.Stefan
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Two documents class in the same file
pages=-