diff --git a/template/main.typ b/template/main.typ index 3c50690..ad7a91b 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,12 +1,14 @@ -#import "@local/ktu-paper:0.1.0": ( - setup-page, setup-code, +#import "@local/ktu-paper:0.2.0": ( + ktu-paper, setup-code, ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-heading-page-normal, ktu-table, custom-ref, ref-no ) -#show: setup-page.with() +#show: ktu-paper.with( + font: "Times New Roman", +) #show: setup-code.with() #show math.equation: it => { diff --git a/template/test.typ b/template/test.typ index f0ae0d1..17a5e12 100644 --- a/template/test.typ +++ b/template/test.typ @@ -1,5 +1,5 @@ -#import "@local/ktu-paper:0.1.0": ( - setup-page, setup-code, +#import "@local/ktu-paper:0.2.0": ( + ktu-paper, setup-code, ktu-table-of-contents, ktu-picture-list, ktu-table-list, ktu-heading-page-normal, ktu-table, @@ -7,7 +7,9 @@ custom-ref, ref-no ) -#show: setup-page.with() +#show: ktu-paper.with( + font: "Times New Roman", +) #show: setup-code.with() #show figure: it => {