styling fixes

- include bib in contents
- fix page breaks between chapters
- fix colors in table of contents
This commit is contained in:
2026-06-07 17:19:49 +02:00
parent a525fe60dd
commit 1bd2d08677
5 changed files with 16 additions and 40 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
#let render-bib() = {
load-bibliography("Bibliography.bib", prefix: "cite:", full: true, style: "ieee")
heading(level: 1, outlined: false)[Spis literatury]
heading(level: 1, outlined: true, numbering: none)[Spis literatury]
v(1em)
context {
@@ -180,7 +180,7 @@
let render-group(title, keys, start-idx) = {
if keys.len() > 0 [
#heading(level: 2, title, outlined: false)
#heading(level: 2, title, outlined: true, numbering: none)
#grid(
columns: (auto, 1fr),
column-gutter: 0.65em,