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
+17 -2
View File
@@ -13,6 +13,11 @@
#counter(page).update(1)
#show: page-theme
#include "Abstract.typ"
#pagebreak()
#include "Acknowledgements.typ"
#pagebreak()
#show outline: set heading(outlined: true)
#show outline.entry: it => {
show linebreak: [ ]
@@ -25,12 +30,17 @@
]),
)
}
#outline(depth: 2)
#outline(depth: 2, indent: 3.75em)
#pagebreak()
#import "@preview/i-figured:0.2.4"
#i-figured.outline(target-kind: table, title: [สารบัญตาราง])
#pagebreak()
#i-figured.outline(
title: [สารบัญภาพ],
)
@@ -38,7 +48,9 @@
#include "Chapter1.typ"
#include "Chapter2/Chapter2.typ"
#include "ภาคผนวก/ภาคผนวก.typ"
#include "Chapter3.typ"
#include "Chapter4.typ"
#include "Chapter5.typ"
#bibliography("References.yaml", title: "บรรณานุกรม", full: true, style: "chicago-author-date")
@@ -63,3 +75,6 @@
}
#image-credits()
#include "ภาคผนวก/ภาคผนวก.typ"
#include "History.typ"