mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-02-03 22:12:05 +00:00
chore: bump version number
This commit is contained in:
@@ -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:
|
template, you can add a show rule like this at the top of your file:
|
||||||
|
|
||||||
```typst
|
```typst
|
||||||
#import "@preview/solo-lu-df:0.1.5": *
|
#import "@preview/solo-lu-df:1.0.0": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Darba Nosaukums",
|
title: "Darba Nosaukums",
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
|
#import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node
|
||||||
#import fletcher.shapes: cylinder, ellipse
|
#import "@preview/solo-lu-df:1.0.0": *
|
||||||
#import "@preview/solo-lu-df:0.1.5": *
|
|
||||||
#import "utils/tables.typ": function-table
|
|
||||||
#import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process
|
#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(
|
#show: ludf.with(
|
||||||
title: "Darba Nosaukums",
|
title: "Darba Nosaukums",
|
||||||
@@ -177,12 +179,12 @@ Funkciju sadalījums moduļos ir aprakstīts tabulā (@function-modules[tab.]).
|
|||||||
table(
|
table(
|
||||||
columns: (auto, 1fr, auto),
|
columns: (auto, 1fr, auto),
|
||||||
align: left,
|
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>)[AF01]],
|
[A saskarne], [#link(<AF01>)[AF01]],
|
||||||
|
|
||||||
table.cell(rowspan: 2)[B modulis],
|
cell(rowspan: 2)[B modulis],
|
||||||
[B saskarne], [#link(<BF01>)[BF01]],
|
[B saskarne], [#link(<BF01>)[BF01]],
|
||||||
[B apstrāde], [#link(<BF02>)[BF02]],
|
[B apstrāde], [#link(<BF02>)[BF02]],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:0.1.5": *
|
#import "@preview/solo-lu-df:1.0.0": *
|
||||||
|
|
||||||
#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 = "0.1.5"
|
version = "1.0.0"
|
||||||
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