mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-09-19 12:48:27 +00:00
chore: bump version
This commit is contained in:
+5
-3
@@ -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
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user