diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 11:39:32 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 11:39:32 -0700 |
| commit | 2c5d66cb5cecaec273c3575a1a45b9683f7d924b (patch) | |
| tree | 7b1c50188bfc38ddbbd3d6bf645a1e27d6e85ba6 /test/writer.typst | |
| parent | a6392207fc560fff2d136132ecd6219b7e5f6bfd (diff) | |
Typst writer: use `kind: image` for image figures.
Diffstat (limited to 'test/writer.typst')
| -rw-r--r-- | test/writer.typst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.typst b/test/writer.typst index 02151f4e6..aa474c823 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -788,7 +788,7 @@ From "Voyage dans la Lune" by Georges Melies (1902): caption: [ lalune ], - kind: auto + kind: image ) Here is a movie #box(image("movie.jpg")) icon. |
