update lecture cls

This commit is contained in:
2019-11-29 20:23:51 +01:00
parent 3075395516
commit 778a6399d7
+11
View File
@@ -13,6 +13,8 @@
\RequirePackage{pdfpages}
\RequirePackage{transparent}
\RequirePackage{xcolor}
\RequirePackage{array}
\RequirePackage{enumerate}
\DeclareOption{uebung}{
\makeatletter
@@ -64,3 +66,12 @@
\newcommand\hr{
\noindent\rule[0.5ex]{\linewidth}{0.5pt}
}
% punkte tabelle
\newcommand\punkte{
\begin{tabular}{|c|m{1cm}|m{1cm}|m{1cm}|m{1cm}|m{1cm}|@{}m{0cm}@{}}
\hline
Aufgabe & \centering A1 & \centering A2 & \centering A3 & \centering A4 & \centering $\sum$ & \\[5mm] \hline
Punkte & & & & & & \\[5mm] \hline
\end{tabular}
}