Skip to content

Commit

Permalink
Fix figure caption alignement for glossarium figures
Browse files Browse the repository at this point in the history
  • Loading branch information
quachpas committed Oct 7, 2024
1 parent 16de670 commit f9f8e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/default.typ
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@
user-print-back-references: default-print-back-references,
) = {
return [
#show figure.caption.where(kind: __glossarium_figure): align.with(left)
#show figure.where(kind: __glossarium_figure): it => it.caption
#par(
hanging-indent: 1em,
Expand Down

0 comments on commit f9f8e80

Please sign in to comment.