Snippets for me as fop-tutor

This commit is contained in:
Oshgnacknak 2022-08-06 19:54:15 +02:00
parent 4828c80eb6
commit 185184f6ed
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -47,3 +47,17 @@ endsnippet
snippet arraystretch
\renewcommand*{\arraystretch}{$1}
endsnippet
snippet task
% Aufgabe $1
\begin{task}[points=auto]{$2}\label{ex:H$1}
$0
\end{task}
endsnippet
snippet subtask
% Teilaufgabe $1
\begin{subtask*}[points=$3]{$2}\label{ex:H$1}
$0
\end{subtask*}
endsnippet