-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal-solutions.tex
More file actions
31 lines (24 loc) · 858 Bytes
/
Copy pathfinal-solutions.tex
File metadata and controls
31 lines (24 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% =====================================================================
% FINAL EXAM -- ANSWER KEY (solutions shown)
% Build: latexmk -cd exam/final-solutions.tex
% Identical to final.tex except for \printanswers below.
% =====================================================================
\documentclass[11pt,addpoints,answers]{exam}
\usepackage{mathmacros}
\usepackage{econ}
\usepackage{theorems}
\printanswers % <-- the ONLY difference: reveal the solution environments
\pagestyle{headandfoot}
\header{Econ 501 --- Final (Solutions)}{}{}
\footer{}{Page \thepage\ of \numpages}{}
\runningheadrule
\pointsinrightmargin
\bracketedpoints
\begin{document}
\begin{center}
{\large\bfseries Econ 501: Final Examination --- Solutions}\\[2pt]
\today \qquad Total: \numpoints\ points
\end{center}
\vspace{1em}
\input{final-content}
\end{document}