feat: add attachments

This commit is contained in:
2025-08-26 16:46:01 +03:00
parent 3e4719c17b
commit a04e644822
3 changed files with 75 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
#import fletcher.shapes: cylinder, ellipse
#import "@preview/solo-lu-df:0.0.1": ludf
#import "@preview/solo-lu-df:0.0.1": *
#import "utils/tables.typ": function-table
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process
@@ -67,6 +67,23 @@
),
),
),
attachments: (
attachment(
caption: "foo",
label: <foo>,
table(
columns: (1fr, 1fr),
[foo], [bar],
),
),
attachment(
caption: "bar",
table(
columns: (1fr, 1fr),
[foo], [bar],
),
),
),
)