README: add thumbnail and comment out alternative footer example

This commit is contained in:
Gaspard Jankowiak 2026-05-12 14:22:11 +02:00
commit bb33f131a0
3 changed files with 82 additions and 12 deletions

View file

@ -41,15 +41,15 @@ signature: none,
//
// [1] https://static.uni-graz.at/fileadmin/presse/Sonstiges/Corporate_Design_Manual_Uni_Graz_2023.pdf
//
#letter( /* your options here */
date: datetime.today().display("[day].[month].[year]"),
[
This is the content of the first page, you have to make sure it does not overflows to the second page.
],
body: [
This is the content of the following pages. It will always start with a page break.
#lorem(200)
#lorem(200)
])
// #letter( /* your options here */
// date: datetime.today().display("[day].[month].[year]"),
// [
// This is the content of the first page, you have to make sure it does not overflows to the second page.
// ],
// body: [
// This is the content of the following pages. It will always start with a page break.
//
// #lorem(200)
//
// #lorem(200)
// ])