26 lines
653 B
TeX
26 lines
653 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesClass{templates/nt1-klausur}
|
|
\LoadClass{templates/cel-klausur}
|
|
|
|
%\usepackage[final=true]{hyperref}
|
|
\usepackage{booktabs}
|
|
|
|
\pdfoptionpdfminorversion=5
|
|
|
|
\examType{Schriftliche Prüfung im Kernfach}
|
|
\examName{Nachrichtentechnik I}
|
|
\examAuthors{Johannes Fink; Friedrich K. Jondral}
|
|
\examDuration{drei}
|
|
\exerciseCount{zehn}
|
|
\gradeStep{4}
|
|
|
|
\def\matrixnue#1{%
|
|
\setbox200=\hbox{#1}%
|
|
\setbox201=\vbox{#1}%
|
|
\setbox202=\vsplit201 to .5\ht201
|
|
\vbox{\normalbaselines%
|
|
{\hrule width 1.2\wd200
|
|
\hbox{\vrule height.6\ht202 \kern1.15\wd200 \vrule height.6\ht202}}%
|
|
\kern-1.7\ht202%
|
|
\hbox{\kern.1\wd200 #1}}%
|
|
} |