Snippets for me as fop-tutor
This commit is contained in:
parent
4828c80eb6
commit
185184f6ed
1 changed files with 14 additions and 0 deletions
|
@ -47,3 +47,17 @@ endsnippet
|
||||||
snippet arraystretch
|
snippet arraystretch
|
||||||
\renewcommand*{\arraystretch}{$1}
|
\renewcommand*{\arraystretch}{$1}
|
||||||
endsnippet
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue