From cc98c9cf037b4fdb5a93c2176fd4dfd5c5c8d435 Mon Sep 17 00:00:00 2001 From: Mikan <72257910+Mikan-DS@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:29:36 +0300 Subject: [PATCH] =?UTF-8?q?[AI]=20=D0=93=D0=9E=D0=A1=D0=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/themes/gost.yaml | 70 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 resources/themes/gost.yaml diff --git a/resources/themes/gost.yaml b/resources/themes/gost.yaml new file mode 100644 index 0000000..ce5adae --- /dev/null +++ b/resources/themes/gost.yaml @@ -0,0 +1,70 @@ +# Тема: ГОСТ 2.105-95 и 7.1-2003 + +page: + margins: + top: 2.0 # cm + bottom: 2.0 + left: 3.0 + right: 1.0 + +styles: + Normal: + font: + name: "Times New Roman" + size: 14 + paragraph: + line_spacing: 1.5 + first_line_indent: 12.5 # mm + space_after: 0 + + Heading 1: + font: + name: "Times New Roman" + size: 14 + bold: true + paragraph: + alignment: center + space_before: 12 + space_after: 6 + keep_with_next: true + + Heading 2: + font: + name: "Times New Roman" + size: 14 + bold: true + paragraph: + alignment: center + space_before: 10 + space_after: 4 + keep_with_next: true + + Heading 3: + font: + name: "Times New Roman" + size: 14 + bold: true + paragraph: + alignment: center + space_before: 8 + space_after: 4 + keep_with_next: true + + Caption: + font: + name: "Times New Roman" + size: 12 + paragraph: + alignment: center + space_before: 4 + space_after: 4 + + Table Grid: + font: + name: "Times New Roman" + size: 12 + paragraph: + line_spacing: 1.0 + +colors: + LinkColor: "0000FF"