fix: single author does not show up
Build'n check / run-ci-linux (push) Has been skipped Details
Build'n check / run-ci-linux (pull_request) Successful in 5m59s Details

This commit is contained in:
Sven Vogel 2025-04-14 19:36:45 +02:00
parent d0b4120755
commit 7a302f7d39
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
#v(1.5em)
#let rows = int(config.authors.len() / 3 + 0.5)
#let rows = int(config.authors.len() / 3 + 0.9)
#for i in range(0, rows) {
let cols = calc.min(config.authors.len() - i * 3, 3)