diff options
| author | Dmitrij <dimabradima@gmail.com> | 2023-09-12 16:01:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 15:01:59 +0200 |
| commit | 6275dfd062ca4c519b908ed56feb219879116265 (patch) | |
| tree | 54dd3356ecf245580ddd494d3d43377a3459bb6c /tests | |
| parent | 976abdfe7dc08ae42ee87e5c2d4ff46ebe172dd1 (diff) | |
Add figure separator field (#1791)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/figure.png | bin | 49894 -> 66110 bytes | |||
| -rw-r--r-- | tests/typ/meta/figure.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/meta/figure.png b/tests/ref/meta/figure.png Binary files differindex 90f59d14..37386698 100644 --- a/tests/ref/meta/figure.png +++ b/tests/ref/meta/figure.png diff --git a/tests/typ/meta/figure.typ b/tests/typ/meta/figure.typ index 62d163a9..7d618d06 100644 --- a/tests/typ/meta/figure.typ +++ b/tests/typ/meta/figure.typ @@ -100,3 +100,12 @@ We can clearly see that @fig-cylinder and #show figure: set block(breakable: true) #figure(table[a][b][c][d][e], caption: [A table]) + +--- +// Test custom separator for figure caption +#set figure.caption(separator: [ --- ]) + +#figure( + table(columns: 2)[a][b], + caption: [The table with custom separator.], +) |
