Поправлен заголовок таблиц в тестировании

This commit is contained in:
2026-05-28 18:43:38 +03:00
parent f7023380b3
commit e380b3241a
9 changed files with 2785 additions and 2735 deletions

View File

@@ -2,7 +2,7 @@
#let testing-export-doc(
title: "",
criterion: "",
body,
doc,
) = {
set page(
paper: "a4",
@@ -12,6 +12,10 @@
set text(font: "Times New Roman", size: 14pt, lang: "ru")
set par(first-line-indent: 1.25cm, justify: true, leading: 0.65em)
set heading(numbering: "1.1")
show figure.where(kind: table): it => {
set figure.caption(position: top)
it
}
show figure.where(kind: table): set block(breakable: true)
show heading.where(level: 1): it => {
@@ -32,17 +36,18 @@
v(0.25em)
}
align(center)[
#text(size: 12pt)[
Фрагмент пояснительной записки ВКР\
«Мобильное приложение для защищённого хранения пользовательских данных» (Wallenc)
[
#align(center)[
#text(size: 12pt)[
Фрагмент пояснительной записки ВКР\
«Мобильное приложение для защищённого хранения пользовательских данных» (Wallenc)
]
#v(0.4em)
#text(size: 11pt, style: "italic")[#criterion]
#v(0.6em)
#text(size: 16pt, weight: "bold")[#title]
#v(1.2em)
]
#v(0.4em)
#text(size: 11pt, style: "italic")[#criterion]
#v(0.6em)
#text(size: 16pt, weight: "bold")[#title]
#v(1.2em)
#doc
]
body
}