From ba3d43f7b2a18984be27f3d472884a19f3adce4c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 27 Dec 2020 20:45:20 +0100 Subject: Refresh function call and dictionary syntax - No colon between function name and arguments, just whitespace - "Named" arguments (previously "keyword" arguments) use colon instead of equals sign --- tests/typ/example-coma.typ | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/typ/example-coma.typ') diff --git a/tests/typ/example-coma.typ b/tests/typ/example-coma.typ index d41032c1..d559a6fb 100644 --- a/tests/typ/example-coma.typ +++ b/tests/typ/example-coma.typ @@ -1,6 +1,6 @@ // Test integration of syntax, page setup, box layout and alignment. -[page: width=450pt, height=300pt, margins=1cm] +[page width: 450pt, height: 300pt, margins: 1cm] [box][ *Technische Universität Berlin* \ @@ -9,17 +9,17 @@ Dr. Max Mustermann \ Ola Nordmann, John Doe ] -[align: right >> box][*WiSe 2019/2020* \ Woche 3] +[align right | box][*WiSe 2019/2020* \ Woche 3] -[v: 6mm] +[v 6mm] -[align: center][ - #### 3. Übungsblatt Computerorientierte Mathematik II [v: 2mm] - *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v: 2mm] +[align center][ + #### 3. Übungsblatt Computerorientierte Mathematik II [v 2mm] + *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v 2mm] *Alle Antworten sind zu beweisen.* ] -*1. Aufgabe* [align: right][(1 + 1 + 2 Punkte)] +*1. Aufgabe* [align right][(1 + 1 + 2 Punkte)] Ein _Binärbaum_ ist ein Wurzelbaum, in dem jeder Knoten ≤ 2 Kinder hat. Die Tiefe eines Knotens _v_ ist die Länge des eindeutigen Weges von der Wurzel -- cgit v1.2.3