mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-21 16:16:27 +00:00
chore: bump version number
This commit is contained in:
@@ -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:
|
template, you can add a show rule like this at the top of your file:
|
||||||
|
|
||||||
```typst
|
```typst
|
||||||
#import "@preview/solo-lu-df:1.1.1": *
|
#import "@preview/solo-lu-df:1.1.2": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Darba Nosaukums",
|
title: "Darba Nosaukums",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:1.1.1": *
|
#import "@preview/solo-lu-df:1.1.2": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Bakalaura Darba Nosaukums",
|
title: "Bakalaura Darba Nosaukums",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:1.1.1": *
|
#import "@preview/solo-lu-df:1.1.2": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Kursa Darba Nosaukums",
|
title: "Kursa Darba Nosaukums",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:1.1.1": *
|
#import "@preview/solo-lu-df:1.1.2": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Maģistra Darba Nosaukums",
|
title: "Maģistra Darba Nosaukums",
|
||||||
|
|||||||
@@ -299,7 +299,7 @@
|
|||||||
.children
|
.children
|
||||||
.filter(it => it.func() != linebreak)
|
.filter(it => it.func() != linebreak)
|
||||||
.fold((), (acc, it) => {
|
.fold((), (acc, it) => {
|
||||||
if it == [ ] and acc.last() == [ ] {
|
if it == [ ] and acc.len() > 0 and acc.last() == [ ] {
|
||||||
acc
|
acc
|
||||||
} else {
|
} else {
|
||||||
acc + (it,)
|
acc + (it,)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:1.1.1": *
|
#import "@preview/solo-lu-df:1.1.2": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Darba Nosaukums",
|
title: "Darba Nosaukums",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "solo-lu-df"
|
name = "solo-lu-df"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
entrypoint = "src/lib.typ"
|
entrypoint = "src/lib.typ"
|
||||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||||
license = "MIT-0"
|
license = "MIT-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user