diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-30 22:28:56 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-30 22:28:56 +0100 |
| commit | 269f069a4d721a986807293ef71be1348bfae3d4 (patch) | |
| tree | 31b737c4ff2aead3eb5e2673828595bb26622032 /tests | |
| parent | b8620121a692df6313eeb5ccf7baf89c1e364116 (diff) | |
Simple line layouter 🧾
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/align.typ | 23 | ||||
| -rw-r--r-- | tests/layouts/coma.typ | 16 | ||||
| -rw-r--r-- | tests/layouts/lines.typ | 14 |
3 files changed, 8 insertions, 45 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ deleted file mode 100644 index a7101932..00000000 --- a/tests/layouts/align.typ +++ /dev/null @@ -1,23 +0,0 @@ -[box][ - A short sentence. [align: right][words.] - - A short sentence. [n] [align: right][words.] - - A short sentence. [par.break] [align: right][words.] - - [align: bottom] - A longer sentence with a few more words. -] - -[page.break] - -[box][ - [align: vertical=top] - Top - - [align: vertical=center] - Center - - [align: vertical=bottom] - Bottom [n] Bottom [n] Bottom -] diff --git a/tests/layouts/coma.typ b/tests/layouts/coma.typ index d0a02b74..14f639b5 100644 --- a/tests/layouts/coma.typ +++ b/tests/layouts/coma.typ @@ -2,19 +2,19 @@ [page.margins: 1cm] [box][ - *Technical University Berlin* [n] - *Faculty II, Institute for Mathematics* [n] - Secretary Example [n] - Prof. Dr. Example [n] - Assistant #1, Assistant #2, Assistant #3 + *Technische Universität Berlin* [n] + *Fakultät II, Institut for Mathematik* [n] + Sekretariat MA [n] + Dr. Max Mustermann [n] + Ola Nordmann, John Doe ] -[align: right][*WiSe 2019/2020* [n] Week 1] +[align: right][*WiSe 2019/2020* [n] Woche 3] [v: 6mm] [align: center][ - *3. Ubungsblatt Computerorientierte Mathematik II* [v: 0.3mm] - *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v: 0.3mm] + *3. Ubungsblatt Computerorientierte Mathematik II* [v: 2mm] + *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v: 2mm] *Alle Antworten sind zu beweisen.* ] diff --git a/tests/layouts/lines.typ b/tests/layouts/lines.typ deleted file mode 100644 index 705de638..00000000 --- a/tests/layouts/lines.typ +++ /dev/null @@ -1,14 +0,0 @@ -[page.size: height=5cm] - -Line. - -[box][ - Lines with [box][two] [box][boxes]. - - Lines with two boxes. -] -[box][ - Lines without two boxes. - - Lines without two boxes. -] |
