pv: change paragraph spacing

This commit is contained in:
Félix Piédallu 2026-02-04 17:58:12 +01:00
parent c76e358cc5
commit ed7a5c68b8

View file

@ -59,7 +59,7 @@
let body = [ let body = [
#set text(size: 11pt, weight: "regular") #set text(size: 11pt, weight: "regular")
#set par(spacing: 2em, justify: true) #set par(spacing: 1.5em, justify: true)
#body #body
] ]