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

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

@@ -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