From 94ea9b8d5003473761fd010e0c7de2e808586915 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 5 Apr 2025 17:12:33 +0400 Subject: feat: add core document markup typesetting parameters - set correct(-ish) line spacing - add proper #intro and #conclusion directives - add theorem enviroments - correct code blocks styling - correct supplements for figures --- test.typ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test.typ') diff --git a/test.typ b/test.typ index 9e3c3c2..added7a 100644 --- a/test.typ +++ b/test.typ @@ -1,4 +1,4 @@ -#import "conf.typ": conf +#import "conf.typ": conf, intro, conclusion #show: conf.with( title: [Применение шаблона для typst], type: "referat", @@ -24,7 +24,8 @@ ), ) -= Введение +#intro + Шаблон автоматически определяет и оформляет особенным образом соответствующие секции: - Содержание - Введение @@ -65,7 +66,7 @@ attribution: [Даня], )[Если я прямо на паре начну изучать новый вариант русской раскладки, пожалею ли я об этом?] -= Заключение +#conclusion Пример заключения -- cgit v1.2.3