diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 15:45:23 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 15:46:17 -0700 |
| commit | 660823e2ecd8893a6fe60a362b49bfe281e79e06 (patch) | |
| tree | 0d5c1d70bd33fe7740e3ef1561947dabdb06cf81 /test/writer.typst | |
| parent | 2c5d66cb5cecaec273c3575a1a45b9683f7d924b (diff) | |
Typst writer: only use explicit figure 'kind' for tables.
The rest of the time the autodetection should work fine.
Diffstat (limited to 'test/writer.typst')
| -rw-r--r-- | test/writer.typst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/writer.typst b/test/writer.typst index aa474c823..e24de9a8a 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -787,8 +787,7 @@ From "Voyage dans la Lune" by Georges Melies (1902): #figure(image("lalune.jpg"), caption: [ lalune - ], - kind: image + ] ) Here is a movie #box(image("movie.jpg")) icon. |
