diff options
| author | Martin Haug <mhaug@live.de> | 2022-05-27 12:56:20 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-05-27 12:56:20 +0200 |
| commit | 99cb655832161d4ebec73273a15453a8f6acc1b7 (patch) | |
| tree | 9eb6328dda9cef5ba4b436465cebfca5b7bec076 /tests/typ/text | |
| parent | 0170913d5413aab4c1f2bd7d56b9b7138f676012 (diff) | |
Intra-document links
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/link.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/text/link.typ b/tests/typ/text/link.typ index 64697bff..01c0b88d 100644 --- a/tests/typ/text/link.typ +++ b/tests/typ/text/link.typ @@ -33,3 +33,7 @@ My cool #move(dx: 0.7cm, dy: 0.7cm, rotate(10deg, scale(200%, mylink))) My cool rhino #move(dx: 10pt, image("/res/rhino.png", width: 1cm)) ]) + +--- +// Link to page one. +#link((page: 1, x: 10pt, y: 20pt))[Back to the start] |
