added document class files
This commit is contained in:
26
nt1-klausur.cls
Normal file
26
nt1-klausur.cls
Normal file
@@ -0,0 +1,26 @@
|
||||
\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}}%
|
||||
}
|
||||
Reference in New Issue
Block a user