diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-12-20 14:18:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-12-21 00:20:24 +0100 |
| commit | 11565a40b315212474f52eb576a9fd92b11f1132 (patch) | |
| tree | c6b7afb35103065bc92b407094ca905bb75cfc73 /tests/typ/layout/background.typ | |
| parent | 958f74f77707340f34ee36d09492bdb74523aa2a (diff) | |
Set Rules Episode IX: The Rise of Testing
Diffstat (limited to 'tests/typ/layout/background.typ')
| -rw-r--r-- | tests/typ/layout/background.typ | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/typ/layout/background.typ b/tests/typ/layout/background.typ deleted file mode 100644 index f64bf0ee..00000000 --- a/tests/typ/layout/background.typ +++ /dev/null @@ -1,18 +0,0 @@ -// Test placing a background image on a page. - ---- -#set page(paper: "a10", flipped: true) -#set text(fill: white) -#place( - dx: -10pt, - dy: -10pt, - image( - "../../res/tiger.jpg", - fit: "cover", - width: 100% + 20pt, - height: 100% + 20pt, - ) -) -#align(bottom + right)[ - _Welcome to_ #underline[*Tigerland*] -] |
