assemblee_generale: fix template
This commit is contained in:
parent
f4e66055e9
commit
8defa9aea3
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
|
||||||
#let assemblee_generale(
|
#let assemblee_generale(
|
||||||
background: rgb("f4f1eb"),
|
background: white, // rgb("f4f1eb"),
|
||||||
company-details: none,
|
company-details: none,
|
||||||
title: "",
|
title: "",
|
||||||
margin: 2.1cm,
|
margin: 2.1cm,
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
let body = [
|
let body = [
|
||||||
#set text(size: 11pt, weight: "regular")
|
#set text(size: 10pt, weight: "regular")
|
||||||
#set par(spacing: 1.5em, justify: true)
|
#set par(spacing: 1.5em, justify: true)
|
||||||
#body
|
#body
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue