summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/kfupm-math-exam/kfupm-math-exam.tex
blob: 8341b67e8edc29b857768842d06896afa8ab2f8c (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
\documentclass{article}
\usepackage[utf8]{inputenc}

\title{KFUP MATH EXAM \\
 {\large version 0.1.0}}
\author{ Mohammed Alshahrani}
\date{July 2022}

\begin{document}

\maketitle

\section{Usage}
\begin{verbatim}
\documentclass[
  % all of the below options are optional and can be left out
  % course name
  course = {{MATH333: Methods of Applied Mathematics I}},
  % quartile (default: 3)
  quartile = {{}},
  % assignment number/name (default: 1)
  examtitle = {{Exam 1}},%Monday, %Wednesday,
  examdate = {{Monday March 1, 2022}},
  topic = {{}},
  dept= {{/MATH}},
  numofquestions=20,
  numofversions=4,
  numofoptions=5,
  firstexercise = 1,
  term = {{Term 213}},
  betweenquestions=4.5cm
]{kfupm-math-exam}


\instructions{
\underline{\large{\bf Important Instructions:}}
\begin{enumerate}
    \begin{normalsize}
        \item  Instruction 1
        \item  Instruction 2
        \item  Instruction 3
        \item  Instruction 4
        \item  Instruction 5

    \end{normalsize}
\end{enumerate}
}

\begin{document}



\versioncover{1}

\newpage


\end{document}
\end{verbatim}

\section{More Examples}
TODO
\end{document}