develop (inside joke)

This commit is contained in:
2025-09-23 22:17:57 +02:00
parent 7aabfcf1f9
commit a36dd7946a
5 changed files with 198 additions and 5 deletions

View File

@@ -108,7 +108,6 @@
// styling
let faculty_color = faculty_color(faculty_id);
set par(justify: true);
set text(lang: "cs");
set heading(numbering: "1.1.1 ");
set page(margin: (outside: 4cm, top: 3cm, bottom: 3cm), numbering: "1", footer: {
context {
@@ -117,6 +116,7 @@
}
});
show heading: it => {
set par(justify: false);
block(
above: 2em,
below: 2em,
@@ -128,6 +128,9 @@
v(2cm);
it
};
show raw.where(block: true): it => {
block(it, fill: rgb("#eee"), inset: 1em)
}
let language = lang_id(language);