Skip to content

Commit

Permalink
glossary: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 19, 2025
1 parent 0df6029 commit db9ff63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/thesis/theme/template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
v(10mm)
// FIX left alignment of glossary:
// With glossary 0.5.1 it is necessary
// to overwrite figure captions to be aligned left
show figure.caption: c => block(width:100%,align(left, c.body))
print-glossary(show-all: true, terms)
}
Expand Down

0 comments on commit db9ff63

Please sign in to comment.