Outline for other content & Wording & formatting fixes
This commit is contained in:
+2
-2
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user