diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.typst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/writer.typst b/test/writer.typst index 3367ee602..6fcf3abe5 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -784,14 +784,14 @@ or here: <http://example.com/> <images> From "Voyage dans la Lune" by Georges Melies (1902): -#figure([#box(width: 150.0pt, image("lalune.jpg"));], +#figure([#box(image("lalune.jpg"))], caption: [ lalune ], kind: auto ) -Here is a movie #box(width: 20.0pt, image("movie.jpg")) icon. +Here is a movie #box(image("movie.jpg")) icon. #horizontalrule |
