Outline for other content & Wording & formatting fixes

This commit is contained in:
2025-12-11 00:12:10 +07:00
parent 61e7fe16cb
commit af7f6c3c21
20 changed files with 621 additions and 369 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#let thai-numbering(n) = {
let chars = ("ก", "ข")
let chars = ("ก", "ข", "ค", "ง", "จ", "ฉ", "ช")
if n <= chars.len() {
chars.at(n - 1)
} else {
@@ -46,7 +46,7 @@
set par(
justify: true,
justification-limits: (
tracking: (min: 0pt, max: 1pt),
tracking: (min: -1pt, max: 3pt),
),
leading: 1em,
)