diff --git a/README.md b/README.md index e704b58..0c1c894 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,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:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/examples/bachelor-thesis/main.typ b/examples/bachelor-thesis/main.typ index 4e65ca3..2e45972 100644 --- a/examples/bachelor-thesis/main.typ +++ b/examples/bachelor-thesis/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #show: ludf.with( title: "Bakalaura Darba Nosaukums", diff --git a/examples/course-work/main.typ b/examples/course-work/main.typ index a1b3e21..f826aac 100644 --- a/examples/course-work/main.typ +++ b/examples/course-work/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #show: ludf.with( title: "Kursa Darba Nosaukums", diff --git a/examples/master-thesis/main.typ b/examples/master-thesis/main.typ index 309009a..3dca9e8 100644 --- a/examples/master-thesis/main.typ +++ b/examples/master-thesis/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #show: ludf.with( title: "Maģistra Darba Nosaukums", diff --git a/examples/qualification-thesis/main.typ b/examples/qualification-thesis/main.typ index dde57e3..3d32d3c 100644 --- a/examples/qualification-thesis/main.typ +++ b/examples/qualification-thesis/main.typ @@ -1,5 +1,5 @@ #import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node -#import "@preview/solo-lu-df:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process #import "utils/tables.typ": function-table diff --git a/template/main.typ b/template/main.typ index 7baf180..b29492b 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:1.1.0": * +#import "@preview/solo-lu-df:1.1.1": * #show: ludf.with( title: "Darba Nosaukums",