Document Classes ⇒ Two documents class in the same file
Two documents class in the same file
hi all, another question again!!!!
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
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
Last edited by cgnieder on Sun Aug 16, 2015 11:56 am, edited 1 time in total.
Reason: fixed typo in title
Reason: fixed typo in title
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Two documents class in the same file
Last edited by cgnieder on Sun Aug 16, 2015 11:57 am, edited 1 time in total.
LaTeX.org admin
Re: Two documents class in the same file
hi stefan,
my thesis must include my publiation (article must be in style as in jounal) in annexe.
how can i do this
my thesis must include my publiation (article must be in style as in jounal) in annexe.
how can i do this
Last edited by cgnieder on Sun Aug 16, 2015 11:57 am, edited 1 time in total.
Reason: fixed typo in title
Reason: fixed typo in title
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Two documents class in the same file
As I said, with
pdfpages, which preserves the original formatting. Click the link to see the package manual, there it's written how it can be used.
Stefan

Stefan
Last edited by cgnieder on Sun Aug 16, 2015 11:57 am, edited 1 time in total.
LaTeX.org admin
Re: Two documents class in the same file
hi
i use pdfpage but only the first page of paper is appeared
i use pdfpage but only the first page of paper is appeared
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- 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
LaTeX.org admin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Two documents class in the same file
There is an optional command available to specify which pages to include, it is described as the very first option.
pages=-
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Two documents class in the same file
ok thank you for the advice, i will try