Files
Wallenc/Report/front-matter-export/README.md

24 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Первые страницы ПЗ
`ВКР_первы_3_страницы_Пытков.pdf` — титул, задание на ВКР и резерв (3 страницы). При сборке ПЗ файл **склеивается в начало** через `qpdf` (оригинальные страницы без полей Typst).
## Сборка пояснительной записки
```bash
cd Report/scripts
./build.sh # полная (с PlantUML)
./build-pz.sh # быстрая (без PUML)
```
Нужен `qpdf`. Результат: `Report/Пояснительная_записка_ПытковРЕ.pdf`.
## Черновик задания на ВКР (Typst, по желанию)
```bash
cd Report
typst compile --root .. front-matter-export/tz-vkr-assignment.typ \
front-matter-export/ТЗа_ВКР_ПытковРЕ.pdf
```
Исходник: `includes/technical-assignment.typ`. В итоговый комплект входит ваша трёхстраничная PDF, не этот черновик.