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
+13
View File
@@ -44,4 +44,17 @@
doc
}
// Figure with attribution information
#let afigure(
body,
attr: "",
..args,
) = [
#figure(body, ..args)
#box(
hide(attr),
width: 0pt,
) <afig>
]
#let i = h(3em)