Files
liteauthdocs/Chapter2/Chapter2.typ
T

30 lines
815 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)
#show raw.where(block: false): set text(font: "Laksaman")
#show raw.where(block: true): set block(fill: rgb("#282A36"), inset: 1.5em)
#show raw.where(block: true): set raw(theme: "../Dracula.tmTheme")
#show raw.where(block: true): set text(fill: rgb("#F8F8F2"))
#set heading(numbering: "บทที่ 1")
#include "Intro.typ"
#set heading(numbering: "1.1", offset: 1)
#include "Microcontroller.typ"
#include "Sensors.typ"
#include "Buzzer.typ"
#include "HTTP.typ"
#include "HTTPS.typ"
#include "TLS.typ"
#include "NFC.typ"
#pagebreak()
#include "Flutter.typ"
#include "Git.typ"
#include "CLanguage.typ"