diff options
Diffstat (limited to 'tests/typ/coma.typ')
| -rw-r--r-- | tests/typ/coma.typ | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/typ/coma.typ b/tests/typ/coma.typ index 161ac832..fdf6ab54 100644 --- a/tests/typ/coma.typ +++ b/tests/typ/coma.typ @@ -14,12 +14,12 @@ // the only argument to a function is a template, the parentheses can be omitted // (i.e. `f[a]` is the same as `f([a])`). #box[ - // Backslash adds a forced line break. - #university \ - #faculty \ - Sekretariat MA \ - Dr. Max Mustermann \ - Ola Nordmann, John Doe + // Backslash adds a forced line break. + #university \ + #faculty \ + Sekretariat MA \ + Dr. Max Mustermann \ + Ola Nordmann, John Doe ] #align(right, box[*WiSe 2019/2020* \ Woche 3]) @@ -29,10 +29,10 @@ // If the last argument to a function is a template, we can also place it behind // the parentheses. #align(center)[ - // Markdown-like syntax for headings. - ==== 3. Übungsblatt Computerorientierte Mathematik II #v(4mm) - *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) #v(4mm) - *Alle Antworten sind zu beweisen.* + // Markdown-like syntax for headings. + ==== 3. Übungsblatt Computerorientierte Mathematik II #v(4mm) + *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) #v(4mm) + *Alle Antworten sind zu beweisen.* ] *1. Aufgabe* #align(right)[(1 + 1 + 2 Punkte)] |
