Готовая ПЗ (обновить первые 3 стр)
This commit is contained in:
@@ -18,8 +18,14 @@ echo "== render_puml =="
|
||||
echo "== check_images =="
|
||||
python3 "$SCRIPT_DIR/check_images.py"
|
||||
|
||||
echo "== typst compile =="
|
||||
echo "== typst compile (тело ПЗ) =="
|
||||
BODY_PDF="$REPORT_DIR/.Пояснительная_записка_ПытковРЕ.body.pdf"
|
||||
cd "$REPORT_DIR"
|
||||
typst compile --root "$ROOT" "Пояснительная_записка_ПытковРЕ.typ"
|
||||
typst compile --root "$ROOT" "Пояснительная_записка_ПытковРЕ.typ" "$BODY_PDF"
|
||||
|
||||
# shellcheck source=merge_front_matter.sh
|
||||
source "$SCRIPT_DIR/merge_front_matter.sh"
|
||||
merge_front_into_pz "$REPORT_DIR" "$BODY_PDF"
|
||||
rm -f "$BODY_PDF"
|
||||
|
||||
echo "Done: $REPORT_DIR/Пояснительная_записка_ПытковРЕ.pdf"
|
||||
|
||||
Reference in New Issue
Block a user