summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eqexam/examples/eqex_solnsonly.tex
blob: e3b233a2d3f5db116a65f85c134c79e8cd8729b9 (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
\documentclass{article}
\usepackage[fleqn]{amsmath}
\usepackage[pointsonleft,nototals,forpaper,nosolutions,useforms]{eqexam}
%\usepackage[pointsonleft,nototals,nosummarytotals,forpaper,useforms,solutionsonly,pdf]{eqexam}

\subject[CA]{College Algebra}
\title[T1]{Test 1}
\author{Dr.\ D. P. Story}
\date{\thisterm, \the\year}
\duedate{10/01/09}
\keywords{MAC 1105, Exam \nExam, {\thisterm} semester, \theduedate, at NWFSC}


%
% Compile with the nosolutions option to create the .sol auxiliary file
% that contains a listing of all the solutions, then compile with the
% solutionsonly option.
%
\encloseProblemsWith{theseproblems}

\begin{document}

\maketitle

\begin{exam}{myProblems}

\ifsolutionsonly
\begin{instructions}[Solutions:]
The solutions to the test.
\end{instructions}
\else
\begin{instructions}[Instructions:]
Solve each problem and box in your final $\boxed{\text{answer}}$.
\end{instructions}
\fi

\begin{theseproblems}

\begin{problem}[5]
This is question 1
\begin{solution}
This is the solution to question 1
\end{solution}
\end{problem}

\begin{problem}[5]
This is question 2
\begin{solution}
This is the solution to question 2
\end{solution}
\end{problem}

\end{theseproblems}
\includeexersolutions
\end{exam}
\end{document}