chore: bump version

This commit is contained in:
2026-09-03 16:50:23 +03:00
parent ef3e1f6432
commit ca96637e50
2 changed files with 10 additions and 6 deletions
+5 -3
View File
@@ -1,12 +1,14 @@
#import "@local/ktu-paper:0.1.0": ( #import "@local/ktu-paper:0.2.0": (
setup-page, setup-code, ktu-paper, setup-code,
ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-table-of-contents, ktu-picture-list, ktu-table-list,
ktu-heading-page-normal, ktu-heading-page-normal,
ktu-table, ktu-table,
custom-ref, ref-no custom-ref, ref-no
) )
#show: setup-page.with() #show: ktu-paper.with(
font: "Times New Roman",
)
#show: setup-code.with() #show: setup-code.with()
#show math.equation: it => { #show math.equation: it => {
+5 -3
View File
@@ -1,5 +1,5 @@
#import "@local/ktu-paper:0.1.0": ( #import "@local/ktu-paper:0.2.0": (
setup-page, setup-code, ktu-paper, setup-code,
ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-table-of-contents, ktu-picture-list, ktu-table-list,
ktu-heading-page-normal, ktu-heading-page-normal,
ktu-table, ktu-table,
@@ -7,7 +7,9 @@
custom-ref, ref-no custom-ref, ref-no
) )
#show: setup-page.with() #show: ktu-paper.with(
font: "Times New Roman",
)
#show: setup-code.with() #show: setup-code.with()
#show figure: it => { #show figure: it => {