[projects] put dates into instructions

This commit is contained in:
2020-01-20 16:08:55 +01:00
parent f82555841e
commit 1afe582006
2 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
\documentclass[a4paper,12pt,pdftex]{exam}
\newcommand{\ptitle}{Project title}
\input{../header.tex}
\firstpagefooter{Supervisor: Jan Benda}{phone: 29 74573}%
{email: jan.benda@uni-tuebingen.de}
%\firstpagefooter{Supervisor: Jan Grewe}{phone: 29 74588}%
%{email: jan.grewe@uni-tuebingen.de}
\begin{document}
\input{../instructions.tex}
%%%%%%%%%%%%%% Questions %%%%%%%%%%%%%%%%%%%%%%%%%
\begin{questions}
\question What was the questions for 42?
\end{questions}
\end{document}