Skip to content

Instantly share code, notes, and snippets.

@sorrell
Created February 20, 2012 04:01
Show Gist options
  • Save sorrell/1867755 to your computer and use it in GitHub Desktop.
Save sorrell/1867755 to your computer and use it in GitHub Desktop.
latex intro (9)
\documentclass[answers,11pt]{exam}
\printanswers
%\noprintanswers
\begin{document}
\makebox[\textwidth]{Name and section:\enspace\hrulefill}
\begin{questions}
\question[10] What am I thinking right now?
\vspace{1in}
\question What day is it?
\begin{solution}
It is Tuesday, you idiot.
\end{solution}
\question[10] How many parts are there to this question?
\begin{parts}
\part[5]
Describe your brain.
\part[5]
Describe my brain.
\end{parts}
\end{questions}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment