Исправлены страницы

This commit is contained in:
2026-05-30 16:41:00 +03:00
parent 48d13342bf
commit af9cd2dead
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
// Сколько страниц вставляется перед телом ПЗ (front-matter-export/ВКР_первы_3_страницы_Пытков.pdf).
// Должно совпадать с front_pages в scripts/merge_front_matter.sh.
#let pz-vkr-front-page-count = 3
#counter(page).update(pz-vkr-front-page-count + 1)

View File

@@ -7,7 +7,7 @@ merge_front_into_pz() {
local body_pdf="$2"
local front_pdf="$report_dir/front-matter-export/ВКР_первы_3_страницы_Пытков.pdf"
local out_pdf="$report_dirояснительная_записка_ПытковРЕ.pdf"
local front_pages=3
local front_pages=3 # = pz-vkr-front-page-count в includes/pz-page-offset.typ
if [[ ! -f "$front_pdf" ]]; then
echo "error: нет PDF первых страниц: $front_pdf" >&2

View File

@@ -30,7 +30,8 @@
#set text(font: "Times New Roman")
// Первые 3 страницы — front-matter-export/ВКР_первы_3_страницы_Пытков.pdf (pdfunite в scripts/build*.sh)
// Первые 3 страницы — front-matter-export/ВКР_первы_3_страницы_Пытков.pdf (qpdf в scripts/build*.sh)
#include "includes/pz-page-offset.typ"
#include "includes/abstract-ru.typ"
#include "includes/abstract-en.typ"