diff options
| -rw-r--r-- | typst/main.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ index f2408bb..d844d06 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -185,7 +185,7 @@ caption: [One example geometry from Laurez@laurez2025bridging describing] ) #figure( - image("bridging.png") + image("bridging.png"), caption: [Particles forming an arch visualized by Laurez@laurez2025bridging] ) |
