diff --git a/README.md b/README.md index 511ad48..a604ce9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ function in a show rule. If you want to change an existing project to use this template, you can add a show rule like this at the top of your file: ```typst -#import "@preview/solo-lu-df:0.1.5": * +#import "@preview/solo-lu-df:1.0.0": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/examples/qualification-thesis/main.typ b/examples/qualification-thesis/main.typ index 90e1bd0..0ec5e76 100644 --- a/examples/qualification-thesis/main.typ +++ b/examples/qualification-thesis/main.typ @@ -1,8 +1,10 @@ #import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node -#import fletcher.shapes: cylinder, ellipse -#import "@preview/solo-lu-df:0.1.5": * -#import "utils/tables.typ": function-table +#import "@preview/solo-lu-df:1.0.0": * #import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process +#import "utils/tables.typ": function-table + +#import fletcher.shapes: cylinder, ellipse +#import table: cell, header #show: ludf.with( title: "Darba Nosaukums", @@ -177,12 +179,12 @@ Funkciju sadalījums moduļos ir aprakstīts tabulā (@function-modules[tab.]). table( columns: (auto, 1fr, auto), align: left, - table.header([Modulis], [Funkcija], [Identifikators]), + header([Modulis], [Funkcija], [Identifikators]), - table.cell(rowspan: 1)[A modulis], + cell(rowspan: 1)[A modulis], [A saskarne], [#link()[AF01]], - table.cell(rowspan: 2)[B modulis], + cell(rowspan: 2)[B modulis], [B saskarne], [#link()[BF01]], [B apstrāde], [#link()[BF02]], ), diff --git a/template/main.typ b/template/main.typ index c3cc279..80deb41 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:0.1.5": * +#import "@preview/solo-lu-df:1.0.0": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/typst.toml b/typst.toml index 77f839c..594af83 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "solo-lu-df" -version = "0.1.5" +version = "1.0.0" entrypoint = "src/lib.typ" authors = ["Kristofers Solo "] license = "MIT-0"