diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-17 22:08:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-17 22:08:44 +0100 |
| commit | 8cdfc7faafc1d8df60d44e5db9d1c9e26345675b (patch) | |
| tree | 1c499081c972c2fd280a0fc6a820c07caf79c283 /tests/typ/full | |
| parent | 271b0f953b35ab2c0281b5f728798204accc412f (diff) | |
Rename box to rect and color to fill ✏
Diffstat (limited to 'tests/typ/full')
| -rw-r--r-- | tests/typ/full/coma.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/full/coma.typ b/tests/typ/full/coma.typ index d324627f..243c667f 100644 --- a/tests/typ/full/coma.typ +++ b/tests/typ/full/coma.typ @@ -10,10 +10,10 @@ #let university = [*Technische Universität {city}*] #let faculty = [*Fakultät II, Institut for Mathematik*] -// The `box` function just places content into a rectangular container. When +// The `rect` function just places content into a rectangular container. When // 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[ +#rect[ // Backslash adds a forced line break. #university \ #faculty \ @@ -21,7 +21,7 @@ Dr. Max Mustermann \ Ola Nordmann, John Doe ] -#align(right, box[*WiSe 2019/2020* \ Woche 3]) +#align(right, rect[*WiSe 2019/2020* \ Woche 3]) // Adds vertical spacing. #v(6mm) |
