README: add thumbnail and comment out alternative footer example
This commit is contained in:
parent
b9ad5eb4e5
commit
bb33f131a0
3 changed files with 82 additions and 12 deletions
|
|
@ -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)
|
||||
// ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue