mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2026-03-22 00:26:23 +00:00
feat: add master thesis type support
This commit is contained in:
113
examples/master-thesis/main.typ
Normal file
113
examples/master-thesis/main.typ
Normal file
@@ -0,0 +1,113 @@
|
||||
#import "@preview/solo-lu-df:1.1.0": *
|
||||
|
||||
#show: ludf.with(
|
||||
title: "Maģistra Darba Nosaukums",
|
||||
thesis-type: "master",
|
||||
authors: (
|
||||
(
|
||||
name: "Jānis Bērziņš",
|
||||
code: "jb12345",
|
||||
location: [Riga, Latvia],
|
||||
email: "jb12345@edu.lu.lv",
|
||||
),
|
||||
),
|
||||
advisors: (
|
||||
(
|
||||
title: "Dr. phys.",
|
||||
name: "Ivars Ozoliņš",
|
||||
),
|
||||
(
|
||||
title: "Mg. dat.",
|
||||
name: "Anna Zariņa",
|
||||
),
|
||||
),
|
||||
reviewer: (
|
||||
title: "Prof. Dr. Phys.",
|
||||
name: "Anna Liepa",
|
||||
),
|
||||
date: datetime(
|
||||
year: 2025,
|
||||
month: 6,
|
||||
day: 15,
|
||||
),
|
||||
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),
|
||||
[foo], [bar],
|
||||
),
|
||||
),
|
||||
attachment(
|
||||
caption: "Another table",
|
||||
table(
|
||||
columns: (1fr, 1fr),
|
||||
[Column 1], [Column 2],
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
= Ievads
|
||||
#lorem(120)
|
||||
|
||||
= Teorētiskais pamatojums
|
||||
#lorem(100)
|
||||
|
||||
== Pamatjēdzieni
|
||||
#lorem(80)
|
||||
|
||||
== Līdzīgie risinājumi
|
||||
#lorem(60)
|
||||
|
||||
= Izstrāde
|
||||
#lorem(100)
|
||||
|
||||
== Arhitektūra
|
||||
#lorem(80)
|
||||
|
||||
== Implementācija
|
||||
#lorem(60)
|
||||
|
||||
= Testēšana
|
||||
#lorem(80)
|
||||
|
||||
= Rezultāti un analīze
|
||||
#lorem(100)
|
||||
|
||||
= Secinājumi
|
||||
#lorem(40)
|
||||
Reference in New Issue
Block a user