hi
I write a book, in a chapter of that i have an exam. so i use "exam" document class for my book. how i can define an exam without exam document class? use exam class for a book isn't incorrect? how i must to do?
Document Classes ⇒ exam class for book
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
exam class for book
Exam is based on article, so it doesn't know any chapters (which are level 0 in a book). My advice would be to compile the exam standalone and input the pdf into your book using package pdfpages.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
exam class for book
Thank youJohannes_B wrote:Exam is based on article, so it doesn't know any chapters (which are level 0 in a book). My advice would be to compile the exam standalone and input the pdf into your book using package pdfpages.