Document Classesexam class for book

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
mshj
Posts: 12
Joined: Tue Jul 15, 2014 3:41 pm

exam class for book

Post by mshj »

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?

Recommended reading 2024:

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

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

exam class for book

Post by Johannes_B »

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.
mshj
Posts: 12
Joined: Tue Jul 15, 2014 3:41 pm

exam class for book

Post by mshj »

Johannes_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.
Thank you
Post Reply