Отключен счётчик страниц на аннотациях

This commit is contained in:
2026-05-31 14:27:40 +03:00
parent 58fb2afcd7
commit 60352652c2
16 changed files with 6880 additions and 1691 deletions

View File

@@ -1,10 +1,11 @@
#import "@preview/modern-g7-32:0.2.0": appendixes, enum-numbering, gost
#import "includes/common.typ": pz-appendix-title, pz-fig, pz-figure-caption-separator, pz-thesis-subject
#import "includes/pz-pagination.typ": pz_enable_pagination, pz_page_footer
#set enum(numbering: enum-numbering)
#set heading(numbering: "1.1.1.1")
#show: gost.with(
#let pz_gost_show = gost.with(
ministry: "Министерство науки и высшего образования Российской Федерации",
organization: (
full: "Федеральное государственное автономное образовательное учреждение высшего образования «Южный федеральный университет»",
@@ -28,7 +29,10 @@
hide-title: true,
)
#show: pz_gost_show
#set text(font: "Times New Roman")
#set page(footer: pz_page_footer)
#set figure.caption(separator: pz-figure-caption-separator)
// Первые 3 страницы — front-matter-export/ВКР_первы_3_страницы_Пытков.pdf (qpdf в scripts/build*.sh)
@@ -38,6 +42,8 @@
#set outline(indent: 1.25cm / 2)
#outline()
#pagebreak(weak: true)
#pz_enable_pagination()
#include "includes/abbreviations.typ"