summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls34
1 files changed, 20 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls
index 49f3e83e0d2..b9a64fcfd25 100644
--- a/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/uantwerpenexam.cls
@@ -26,7 +26,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{uantwerpenexam}
- [2018/05/16 v2.0 .dtx skeleton file]
+ [2018/06/20 v2.1 .dtx skeleton file]
\def\fileversion{2.0}
\def\filedate{2018/05/16}
\newif\if@examiner
@@ -45,6 +45,7 @@
\RequirePackage{graphicx}
\RequirePackage{color}
\RequirePackage{tikz}
+\usetikzlibrary{positioning}
\RequirePackage{eso-pic}
\RequirePackage{fancyhdr}
\definecolor{uacorpbord}{cmyk} {0.00,1.00,0.60,0.37}
@@ -425,7 +426,7 @@
\newcommand{\tend}[1]{\renewcommand{\@tend}{#1}}
\newcommand{\@rooms}{TBD}
\newcommand{\rooms}[1]{\renewcommand{\@rooms}{#1}}
-\newcommand{\@extrainfo}{TBD}
+\newcommand{\@extrainfo}{}
\newcommand{\extrainfo}[1]{\renewcommand{\@extrainfo}{#1}}
\newcommand{\@studentnr}{0}
\newcommand{\studentnr}[1]{\renewcommand{\@studentnr}{#1}}
@@ -491,7 +492,7 @@
(3.3,21.9) node[anchor=north west] {
\parbox{16cm}{
\fontfamily{phv}\fontsize{18}{22}\fontseries{b}\fontshape{n}\selectfont
- \raggedright \@coursei --- \@exampart
+ \raggedright \@coursei{} --- \@exampart
\fontfamily{phv}\fontsize{12}{18}\fontseries{m}\fontshape{n}\selectfont\\
Groep \@examgroupnumber{} \hfill \@examdate{} }
}
@@ -558,8 +559,11 @@
}
\vspace*{15cm}
\clearpage
+ \ifx\@qrtitle\@emptymacro
+ \else
\@extrainfo
\clearpage
+ \fi
}
\newcounter{question}
\setcounter{question}{0}
@@ -577,12 +581,12 @@
\end{tabular}\\
}
\newcommand{\engdut}[2]{%
- \begin{tabular}{cc}%
+ \begin{tabular}{ccc}%
\selectlanguage{english}%
\begin{minipage}[t]{0.45\textwidth}%
#1
\end{minipage}%
- &
+ &~~~&
\selectlanguage{dutch}%
\begin{minipage}[t]{0.45\textwidth}%
#2
@@ -590,26 +594,28 @@
\end{tabular}
\selectlanguage{english}%
}
-\newcommand{\mc}[1]{%
- \qquad\begin{tabular}{cc}
- $\square$
+\newcommand\@mcsymbol{\square}
+\newcommand\setmcsymbol[1]{\renewcommand\@mcsymbol{#1}}
+\newcommand\mc[1]{%
+ \hfill\break\qquad\begin{tabular}{cc}
+ $\@mcsymbol$
&
- \begin{minipage}[t]{0.8\textwidth}%
+ \begin{minipage}[t]{0.9\textwidth}%
#1
\end{minipage}%
- \end{tabular}\\
+ \end{tabular}
}
\newcommand{\engdutmc}[2]{%
- \begin{tabular}{cccc}
- $\square$
+ \hfill\break\begin{tabular}{cccc}
+ $\@mcsymbol$
&
\selectlanguage{english}%
- \begin{minipage}[t]{0.4\textwidth}%
+ \begin{minipage}[t]{0.42\textwidth}%
#1
\end{minipage}%
&---&
\selectlanguage{dutch}%
- \begin{minipage}[t]{0.4\textwidth}%
+ \begin{minipage}[t]{0.42\textwidth}%
#2
\end{minipage}%
\end{tabular}