Tagged Questions
1
vote
0answers
51 views
Print a document with exam class so that it can be folded into a book [duplicate]
Possible Duplicate:
Printing a book
Is there a method when printing on a5paper with exam class so that it comes out like a book?
Folding down the middle, and have it print the pages in ...
17
votes
5answers
2k views
How to write a multiple choice test book with LaTeX?
I want to write a book which will consist of many multiple choice exam sheets. Putting the codes below into my preamble, I wrote the question like as
\begin{enumerate}
\item $2+2=?$
\choice $1$ ...