finish draft of the implementation chapter

This commit is contained in:
2026-05-21 21:15:10 +02:00
parent 7019c06994
commit 857db7501d
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
let pg = counter(page).get().first()
let is-odd = calc.odd(pg)
// Czy ta strona otwiera rozdział? (→ plain style: brak nagłówka)
// Czy ta strona otwiera rozdział? (brak nagłówka)
let chapter-locs = query(heading.where(level: 1))
let is-chapter-page = chapter-locs.any(h => counter(page).at(h.location()).first() == pg)