Отдельные документы о тестировании

This commit is contained in:
2026-05-28 18:07:46 +03:00
parent 32c579e0c0
commit f7023380b3
23 changed files with 141922 additions and 71 deletions

View File

@@ -2,6 +2,10 @@
// Разрыв длинных таблиц и подпись сверху задаёт шаблон modern-g7-32 (style.typ).
#show table: set text(hyphenate: true, lang: "ru")
#show table.cell: set block(inset: (x: 5pt, y: 3pt))
// Таблица внутри figure — по умолчанию один неразрывный block (обрезка длинных реестров).
#show figure.where(kind: table): set block(breakable: true)
#let pz-appendix-title(body) = heading(level: 1)[#body]
@@ -147,7 +151,7 @@
}
table(
columns: columns,
table.header(..header-row),
table.header(..header-row, repeat: true),
..rows,
)
}
@@ -181,6 +185,7 @@
kind: table,
{
show table: set text(hyphenate: true, size: 9pt)
show table.cell: set block(inset: (x: 5pt, y: 4pt))
show table.cell: cell => {
show regex("[a-z0-9][A-Z]"): m => {
m.text.first() + sym.zws + m.text.last()