summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/eqexam/examples/hw03.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/eqexam/examples/hw03.tex')
-rw-r--r--texmf-dist/doc/latex/eqexam/examples/hw03.tex71
1 files changed, 71 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/eqexam/examples/hw03.tex b/texmf-dist/doc/latex/eqexam/examples/hw03.tex
new file mode 100644
index 00000000..68320f0c
--- /dev/null
+++ b/texmf-dist/doc/latex/eqexam/examples/hw03.tex
@@ -0,0 +1,71 @@
+\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}