21 lines
548 B
Typst
21 lines
548 B
Typst
#import "../PageTemplate.typ": page-theme
|
|
#import "@preview/i-figured:0.2.4"
|
|
#show: page-theme
|
|
|
|
#show heading: i-figured.reset-counters.with(level: 3)
|
|
#show figure: i-figured.show-figure.with(level: 3)
|
|
|
|
= บทที่ 2 \ ทฤษฎีและเอกสารที่เกี่ยวข้อง
|
|
|
|
#include "Intro.typ"
|
|
|
|
#set heading(numbering: "1.1", offset: 1)
|
|
#include "Microcontroller.typ"
|
|
#include "HTTPS.typ"
|
|
#include "TLS.typ"
|
|
#include "NFC.typ"
|
|
#include "PIR.typ"
|
|
#include "CLanguage.typ"
|
|
#include "Flutter.typ"
|
|
#include "Git.typ"
|