Добавлены разделы о ВПК, алгоритме, ИИ
This commit is contained in:
@@ -160,11 +160,19 @@
|
||||
let start-page = state("pz-table-start-page", none)
|
||||
figure(
|
||||
kind: table,
|
||||
context {
|
||||
let fig-loc = here()
|
||||
let tab-num = counter(figure.where(kind: table)).at(fig-loc).first()
|
||||
start-page.update(none)
|
||||
pz-table-inner(columns, header-cells, tab-num, start-page, ..arguments(..tail))
|
||||
{
|
||||
show table: set text(hyphenate: true, lang: "ru")
|
||||
show table.cell: it => {
|
||||
set align(left + top)
|
||||
set par(justify: false)
|
||||
it
|
||||
}
|
||||
context {
|
||||
let fig-loc = here()
|
||||
let tab-num = counter(figure.where(kind: table)).at(fig-loc).first()
|
||||
start-page.update(none)
|
||||
pz-table-inner(columns, header-cells, tab-num, start-page, ..arguments(..tail))
|
||||
}
|
||||
},
|
||||
caption: caption,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user