styling fixes
- include bib in contents - fix page breaks between chapters - fix colors in table of contents
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user