diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
| commit | f9e115daf54c29358f890b137f50a33a781af680 (patch) | |
| tree | 496de52246629ea8039db6beea94eb779ed2851d /tests/typ/coma.typ | |
| parent | f7c67cde72e6a67f45180856b332bae9863243bd (diff) | |
New block spacing model
Diffstat (limited to 'tests/typ/coma.typ')
| -rw-r--r-- | tests/typ/coma.typ | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/typ/coma.typ b/tests/typ/coma.typ index 92d5695f..0e228d14 100644 --- a/tests/typ/coma.typ +++ b/tests/typ/coma.typ @@ -6,10 +6,11 @@ Sekretariat MA \ Dr. Max Mustermann \ Ola Nordmann, John Doe -#v(2mm) +#v(3mm) #align(center)[ - ==== 3. Übungsblatt Computerorientierte Mathematik II #v(1mm) - *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) #v(1mm) + #set par(leading: 3mm) + #text(1.2em)[*3. Übungsblatt Computerorientierte Mathematik II*] \ + *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) \ *Alle Antworten sind zu beweisen.* ] |
