Minor Improvements & Updated Flutter section

This commit is contained in:
2025-12-04 09:05:30 +07:00
parent 06a11c8188
commit 18ba24b742
25 changed files with 787 additions and 50624 deletions
+20 -2
View File
@@ -1,4 +1,4 @@
#import "PageTemplate.typ": page-theme, thai-numbering
#import "PageTemplate.typ": *
#set document(
title: "เครื่องยืนยันตัวตนด้วย NFC",
@@ -42,6 +42,24 @@
#bibliography("References.yaml", title: "บรรณานุกรม", full: true, style: "chicago-author-date")
#pagebreak()
= บรรณานุกรมภาพ
#include "Chapter2/สารบัญภาพ.typ"
#let image-credits() = context {
let figures = query(figure.where(kind: "i-figured-image"))
let attributions = query(<afig>)
for (idx, f) in figures.enumerate() {
if (idx >= attributions.len()) {
return
}
f.caption
// f.counter.display(f.numbering)
h(2.2em)
attributions.at(idx).body.body
}
}
#image-credits()