mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-22 00:26:23 +00:00
BREAKING CHANGE: thesis-type now requires "bachelor", "course", or "qualification" instead of full labels like "Bakalaura darbs". Update existing documents to use the new format.
103 lines
1.8 KiB
Typst
103 lines
1.8 KiB
Typst
#import "@preview/solo-lu-df:1.1.0": *
|
|
|
|
#show: ludf.with(
|
|
title: "Darba Nosaukums",
|
|
authors: (
|
|
(
|
|
name: "Jānis Bērziņš",
|
|
code: "jb12345",
|
|
location: [Riga, Latvia],
|
|
email: "jb12345@edu.lu.lv",
|
|
),
|
|
(
|
|
name: "Zane Kalniņa",
|
|
code: "zk67890",
|
|
location: [Riga, Latvia],
|
|
email: "zk67890@edu.lu.lv",
|
|
),
|
|
),
|
|
advisors: (
|
|
(
|
|
title: "Mg. dat.",
|
|
name: "Ivars Ozoliņš",
|
|
),
|
|
),
|
|
date: datetime(
|
|
year: 2025,
|
|
month: 1,
|
|
day: 1,
|
|
), // defaults to datetime.today()
|
|
place: "Rīga",
|
|
bibliography: bibliography("bibliography.yml"),
|
|
abstract: (
|
|
primary: (
|
|
text: [
|
|
#lorem(50)
|
|
|
|
#lorem(30)
|
|
|
|
#lorem(20)
|
|
],
|
|
keywords: (
|
|
"Foo",
|
|
"Bar",
|
|
"Baz",
|
|
),
|
|
),
|
|
secondary: (
|
|
text: [
|
|
#lorem(20)
|
|
|
|
#lorem(30)
|
|
|
|
#lorem(50)
|
|
],
|
|
keywords: (
|
|
"foo",
|
|
"bar",
|
|
"baz",
|
|
),
|
|
),
|
|
),
|
|
attachments: (
|
|
attachment(
|
|
caption: "Attachment table",
|
|
label: <table-1>,
|
|
table(
|
|
columns: (1fr, 1fr),
|
|
[Column 1], [Column 2],
|
|
),
|
|
),
|
|
),
|
|
description: [Some random document description that will be wisible in the metadata],
|
|
)
|
|
|
|
|
|
#set heading(numbering: none)
|
|
= Apzīmējumu saraksts
|
|
/ Docs: Typst dokumentācija.#footnote[https://typst.com/docs/]
|
|
/ Universe: Typst kopienas paketes un šabloni.#footnote[https://typst.app/universe/]
|
|
|
|
= Ievads
|
|
#lorem(100)@typst
|
|
|
|
#set heading(numbering: "1.1.")
|
|
|
|
= Nodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
|
|
= Nodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
|
|
= Nodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
== Apakšnodaļas nosaukums
|
|
|
|
#set heading(numbering: none)
|
|
= Rezultāti
|
|
= Secinājumi
|
|
|