feat: add support for section title uppercasing and unnumbered heading alignment

This commit is contained in:
2026-09-05 14:31:22 +03:00
parent 3040693015
commit 2e3f4a890e
2 changed files with 54 additions and 8 deletions
+5
View File
@@ -6,6 +6,11 @@
/// Appendix and other non-standard sections.
#let __FIG_PER_SECTION = state("svetikas.lt/ktu-paper/figure-numbering-per-section", false)
/// Whether to uppercase section titles or not.
/// If true, section titles will be uppercased.
/// If false, section titles will be displayed as-is.
#let __UPPERCASE_SECTION_TITLES = state("svetikas.lt/ktu-paper/uppercase-section-titles", false)
#let __DEBUG_AUTHOR_TABLE = state("$ktu-template-DEBUG_AUTHOR_TABLE", false)
#let debug-author-table() = {
__DEBUG_AUTHOR_TABLE.update(true)