diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 11:29:25 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-03-17 11:29:25 -0700 |
| commit | a6392207fc560fff2d136132ecd6219b7e5f6bfd (patch) | |
| tree | 68d805dc18cee645a300cf6497640776f0e79726 /test/writer.typst | |
| parent | 9ae7557ac0ac27ee63e8b32aec2bab53b008f72a (diff) | |
Typst writer: avoid unnecessary box around image in figure.
See #9236.
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 6fcf3abe5..02151f4e6 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -784,7 +784,7 @@ or here: <http://example.com/> <images> From "Voyage dans la Lune" by Georges Melies (1902): -#figure([#box(image("lalune.jpg"))], +#figure(image("lalune.jpg"), caption: [ lalune ], |
