Minor Improvements & Updated Flutter section
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user