Minor Fixes & Chapter 3 splitting

This commit is contained in:
2026-01-01 11:29:17 +07:00
parent 1c627501dd
commit f72f0be591
7 changed files with 110 additions and 100 deletions
+25
View File
@@ -0,0 +1,25 @@
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
#import fletcher.shapes: circle, diamond, pill
#diagram(
node-stroke: 1pt,
spacing: 2em,
node((0, 0), [เริ่มต้น], shape: pill),
edge("-|>"),
node((0, 1), shape: circle, radius: 1em),
edge("-|>"),
node((0, 2), [ศึกษาข้อมูลและทฤษฏีที่เกี่ยวข้อง], width: 2.5in),
edge("-|>"),
node((0, 3), [ออกแบบและวางแผนการดําเนินงาน], width: 2.5in),
edge("-|>"),
node((0, 4), [เครื่องยืนยันตัวตนด้วย NFC], width: 2.5in),
edge("-|>"),
node((0, 5), [ทดสอบประสิทธิภาพ], shape: diamond),
edge("r,u,u,u,u,l", "-|>", [ไม่ผ่าน]),
edge("-|>", [ผ่าน]),
node((0, 6), [จัดทำเอกสาร], width: 2.5in),
edge("-|>"),
node((0, 7), [นำเสนอ], width: 2.5in),
edge("-|>"),
node((0, 8), [สิ้นสุด], shape: pill),
)