mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2025-12-30 13:21:36 +00:00
Compare commits
4 Commits
b15ce6557a
...
78e9249775
| Author | SHA1 | Date | |
|---|---|---|---|
| 78e9249775 | |||
| 90b17d7bd5 | |||
|
|
2797e67aec | ||
|
|
39ae2075ca |
@ -42,7 +42,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.0": *
|
#import "@preview/solo-lu-df:0.1.1": *
|
||||||
|
|
||||||
#show: ludf.with(
|
#show: ludf.with(
|
||||||
title: "Darba Nosaukums",
|
title: "Darba Nosaukums",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#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 fletcher.shapes: cylinder, ellipse
|
||||||
#import "@preview/solo-lu-df:0.1.0": *
|
#import "@preview/solo-lu-df:0.1.1": *
|
||||||
#import "utils/tables.typ": function-table
|
#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
|
||||||
|
|
||||||
|
|||||||
@ -85,7 +85,6 @@
|
|||||||
// Configure equation numbering and spacing.
|
// Configure equation numbering and spacing.
|
||||||
set math.equation(numbering: "(1)")
|
set math.equation(numbering: "(1)")
|
||||||
show math.equation: set block(spacing: 0.65em)
|
show math.equation: set block(spacing: 0.65em)
|
||||||
// show math.equation: set text(weight: 400)
|
|
||||||
|
|
||||||
|
|
||||||
// Configure lists and terms.
|
// Configure lists and terms.
|
||||||
|
|||||||
@ -60,18 +60,18 @@
|
|||||||
place,
|
place,
|
||||||
logo,
|
logo,
|
||||||
) = {
|
) = {
|
||||||
align(center, upper(text(size: 16pt, [
|
align(center, upper(text(size: 14pt, [
|
||||||
#university\
|
#university\
|
||||||
#faculty
|
#faculty
|
||||||
])))
|
])))
|
||||||
|
|
||||||
v(1fr)
|
v(1fr)
|
||||||
|
|
||||||
align(center, upper(text(20pt, weight: "bold", title)))
|
align(center, upper(text(16pt, weight: "bold", title)))
|
||||||
|
|
||||||
v(0.2fr)
|
v(0.2fr)
|
||||||
|
|
||||||
align(center, upper(text(size: 16pt, thesis-type)))
|
align(center, upper(text(size: 14pt, thesis-type)))
|
||||||
|
|
||||||
v(1fr)
|
v(1fr)
|
||||||
|
|
||||||
@ -150,7 +150,7 @@
|
|||||||
|
|
||||||
v(vspace)
|
v(vspace)
|
||||||
[
|
[
|
||||||
Darbs iesniegs #formatted-date\
|
Darbs iesniegts #formatted-date\
|
||||||
Kvalifikācijas darbu pārbaudījumu komisijas sekretārs (elektronisks paraksts)
|
Kvalifikācijas darbu pārbaudījumu komisijas sekretārs (elektronisks paraksts)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#import "@preview/solo-lu-df:0.1.0": *
|
#import "@preview/solo-lu-df:0.1.1": *
|
||||||
|
|
||||||
#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.0"
|
version = "0.1.1"
|
||||||
entrypoint = "src/lib.typ"
|
entrypoint = "src/lib.typ"
|
||||||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user