summaryrefslogtreecommitdiff
path: root/src/final/preface.typ
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
committerCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
commiteefafc5dac05be3c721b5186f0d288811223744e (patch)
treef8456f36cdcdebe6b2cdea48a9a0754973ed8a26 /src/final/preface.typ
parent7523a575f1545506c8a2f63126bf20c187de4b5a (diff)
[fix] big moving around, probably made lot more bugs.
Diffstat (limited to 'src/final/preface.typ')
-rw-r--r--src/final/preface.typ29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/final/preface.typ b/src/final/preface.typ
deleted file mode 100644
index 6b67761..0000000
--- a/src/final/preface.typ
+++ /dev/null
@@ -1,29 +0,0 @@
-// Content for Abstract, Acknowledgements, Table of Contents
-
-#set heading(numbering: none) // Temporarily disable numbering for Abstract/Ack
-= Abstract <abstract>
-#show heading.where(level: 1): it => {
- set block(above: 2em, below: 1em) // Adjust spacing for these headings
- align(center, text(16pt, weight: "bold", it.body))
-}
-
-// Abstract text goes here...
-#lorem(50)
-
-#pagebreak()
-
-= Acknowledgements <acknowledgements>
-
-// Acknowledgements text goes here...
-Special thanks to...
-
-#pagebreak()
-
-= Table of Contents <toc>
-#set heading(numbering: "1.1.1") // Re-enable numbering before ToC
-#outline(
- title: none, // Don't repeat "Table of Contents" inside the outline
- depth: 2 // Show chapter and section headings, adjust as needed
-)
-
-#pagebreak() // Ensure Chapter 1 starts on a new page