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:
|
||||
|
||||
```typst
|
||||
#import "@preview/solo-lu-df:0.1.5": *
|
||||
#import "@preview/solo-lu-df:1.0.0": *
|
||||
|
||||
#show: ludf.with(
|
||||
title: "Darba Nosaukums",
|
||||
|
||||
@@ -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>)[AF01]],
|
||||
|
||||
table.cell(rowspan: 2)[B modulis],
|
||||
cell(rowspan: 2)[B modulis],
|
||||
[B saskarne], [#link(<BF01>)[BF01]],
|
||||
[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(
|
||||
title: "Darba Nosaukums",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "solo-lu-df"
|
||||
version = "0.1.5"
|
||||
version = "1.0.0"
|
||||
entrypoint = "src/lib.typ"
|
||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||
license = "MIT-0"
|
||||
|
||||
Reference in New Issue
Block a user