diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-30 18:37:04 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-30 18:49:20 +0200 |
| commit | e35fca54a0c5b3cd5251a58837e9c1ef2b6c3c6d (patch) | |
| tree | 21afd717101000209cd35d07df8034864f29c41f /tests/typ/coma.typ | |
| parent | 1ee1d078e2480ddd08d40915bc7a74a8352acff0 (diff) | |
Change indent from 4 to 2 spaces
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)] |
