summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/eqexam/examples/hw03.tex
blob: f699c0f9c319bccd4279857d5b84dea3f07ff33b (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
% hw.cfg.txt, hw03.tex attached
\documentclass{article}
\usepackage[fleqn]{amsmath}
\usepackage[pdf,forcolorpaper,cfg=hw,nopoints,useforms,
% Try compiling this file under one of these options:
    nosolutions,
%   answerkey,
%   vspacewithsolns,
]{eqexam}

\subject[GOV]{Government}
\title[HW3]{HW \#3}
\author{Dr.\ D. P. Story}
\date{Spring 2011}
\duedate{03/07/11}
\keywords{Homework due \theduedate}

\forceNoColor
\useFillerLines
\vspacewithkeyOn

%\useFillerDefault
%\fillTypeHRule
%\fillTypeDefault
%\fillTypeDashLine

\fillTypeDots

%\eqWriteLineColor{red}
\eqWLSpacing{14pt}

\solAtEndFormatting{\eqequesitemsep{3pt}}


\begin{document}

\maketitle

\begin{exam}{HW}

\begin{instructions}[]
Solve each problem, use your best effort.
\end{instructions}

\begin{problem}
Write a short essay on how you would improve things.
\begin{solution}[2in]
I have no thoughts that I would care to share in this public forum.
\end{solution}
\end{problem}

\fillTypeDefault

\begin{problem*}
Write a short paragraph on each of the following topics.
\begin{parts}
    \item The state of the economy.
\begin{solution}[1in]
Not good.
\end{solution}

\fillTypeDashLine

    \item The state of politics.
\begin{solution}[3in]
Divisive.
\end{solution}
\end{parts}
\end{problem*}

\end{exam}
\end{document}