mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-09-19 12:48:27 +00:00
refactor: prepare to support customizing figure numbering
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/// Whether to number figures per section or not.
|
||||
/// If true, figures will be numbered like "1.1", "1.2", "2.1", etc.
|
||||
/// If false, figures will be numbered like "1", "2", "3", etc.
|
||||
///
|
||||
/// TODO: figure out how to deal with numbering on sections such as
|
||||
/// Appendix and other non-standard sections.
|
||||
#let __FIG_PER_SECTION = state("svetikas.lt/ktu-paper/figure-numbering-per-section", false)
|
||||
|
||||
#let __DEBUG_AUTHOR_TABLE = state("$ktu-template-DEBUG_AUTHOR_TABLE", false)
|
||||
#let debug-author-table() = {
|
||||
__DEBUG_AUTHOR_TABLE.update(true)
|
||||
|
||||
Reference in New Issue
Block a user