summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ran_toks/examples/viewDB.tex
blob: be9c5623b5cd0dce062a435ef7ff45468363394a (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
\documentclass[12pt]{article}
\usepackage[usedbapp]{ran_toks}

\usepackage[%allowrandomize,
  nosolutions,forcolorpaper,pointsonleft,noparttotals]{eqexam}

\everymath{\displaystyle}

\examNum{1}
\title[ViewDB]{View a DB Test File}
\author{D. P. Story}
\subject[MC]{Demo file}
\university
{%
      THE UNIVERSITY OF AKRON\\
    Theoretical and Applied Mathematics
}
\email{dpstory@uakron.edu}

\useProbDBs{db1,db2,db3,db4}
\viewIDstrue

\begin{document}


\begin{exam}{View}

%%%%%%%%%%%%%%%%
% Typeset a DB %
%%%%%%%%%%%%%%%%
% The problems are input in the order they appear in the DB, the alternatives
% are not randomized either.
\viewDB{DB1} % DB1, DB2, DB3, DB4


\end{exam}
\end{document}