fix: single author does not show up (#124)
Reviewed-on: #124 Co-authored-by: servostar <sven.vogel123@web.de> Co-committed-by: servostar <sven.vogel123@web.de>
This commit is contained in:
parent
d0b4120755
commit
02bdad70ac
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
#v(1.5em)
|
#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) {
|
#for i in range(0, rows) {
|
||||||
let cols = calc.min(config.authors.len() - i * 3, 3)
|
let cols = calc.min(config.authors.len() - i * 3, 3)
|
||||||
|
|
Loading…
Reference in New Issue