mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
iterating on the reqs
This commit is contained in:
@@ -104,6 +104,43 @@
|
||||
)
|
||||
}
|
||||
|
||||
#let format-table(
|
||||
caption: "",
|
||||
..items,
|
||||
) = {
|
||||
if caption == "" {
|
||||
caption = items.pos().first()
|
||||
}
|
||||
longtable(
|
||||
titles: (
|
||||
"Formāta nosaukums",
|
||||
"Formāta identifikators",
|
||||
"Apraksts",
|
||||
"Piemērs",
|
||||
),
|
||||
caption: caption,
|
||||
..items,
|
||||
)
|
||||
}
|
||||
|
||||
#let io-table(
|
||||
caption: "",
|
||||
..items,
|
||||
) = {
|
||||
if caption == "" {
|
||||
caption = items.pos().first()
|
||||
}
|
||||
longtable(
|
||||
titles: (
|
||||
"Ievades/izvades vērtības nosaukums",
|
||||
"Identifikators",
|
||||
"Apraksts",
|
||||
),
|
||||
caption: caption,
|
||||
..items,
|
||||
)
|
||||
}
|
||||
|
||||
#let function-table(
|
||||
caption: "",
|
||||
..items,
|
||||
|
||||
Reference in New Issue
Block a user