Band2 Beginn

This commit is contained in:
2026-02-17 14:03:32 +01:00
parent af7b002ff1
commit f650053b91
2 changed files with 260 additions and 48 deletions

View File

@@ -78,7 +78,7 @@
publishdate: "Some Date",
mylogo: none,
myfeatureimage: none,
myvalues: "VALUE1 | VALUE2 | VALUE3 | VALUE4",
//myvalues: "VALUE1 | VALUE2 | VALUE3 | VALUE4",
mycolor: rgb(166, 0, 120),
myfont: "Arial",
body,
@@ -91,8 +91,9 @@
))
}
// Set table to have alterate shaded rows
set table(
/* set table(
align: left,
inset: 10pt,
fill: (_, y) => if calc.even(y) { mycolor.lighten(90%) }
@@ -104,7 +105,7 @@
} else {
it
}
}
}*/
// Make links blue and underlined
show link: set text(fill: mycolor)
show link: underline
@@ -123,13 +124,13 @@
),
)
#place(
/* #place(
bottom + left,
move(dx: 1.25cm, dy: -5cm,
rotate(-90deg, origin: bottom + left,
text(size: 28pt, fill: white, spacing: 140%, font: myfont, myvalues))
)
)
)*/
#place(
left + bottom,
@@ -241,7 +242,7 @@
// Page setup for content
set page(
paper: "a4",
margin: (top: 3.5cm, bottom: 3cm, left: 2.5cm, right: 2.5cm),
margin: (top: 3cm, bottom: 3cm, left: 2.5cm, right: 2.5cm),
header: context {
let page-num = counter(page).get().first()