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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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: 10360
- 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: 10360
- 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=-