Add presentation template and example files

This commit is contained in:
2023-12-15 22:34:17 +02:00
parent ab3c5d32e0
commit 2abae9a619
18 changed files with 897 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
wwdc-network:
type: Article
author: ["Mehta, Jiten", "Kinnear, Eric"]
title: Boost Performance and Security with Modern Networking
date: 2020-06-26
parent:
- type: Conference
title:
value: "{World Wide Developer Conference 2020}"
short: WWDC 2020
organization: Apple Inc.
location: Mountain View, CA
- type: Video
runtime: "00:13:42"
url: { value: https://developer.apple.com/videos/play/wwdc2020/10111/, date: 2020-09-17 }
Binary file not shown.
+39
View File
@@ -0,0 +1,39 @@
#import "@preview/polylux:0.3.1": *
#import "../template.typ": *
#show: everything => ktu-theme(everything)
#ktu-title-slide[
= Pristatymo tema
#box[
#set text(size: 18pt)
Autoriai: Vardenis Pavardenis, Petras Petraitis
]
]
#ktu-outline-slide[
== Turinys
1. Įvadas
2. Dėstymas
3. Išvados
]
#ktu-main-slide[
== Įvadas
...
]
#ktu-main-slide[
== Daug teksto
#lorem(130)
]
#ktu-no-vertical-slide[
== Daug teksto, kitas variantas
#lorem(130)
]
Binary file not shown.
+34
View File
@@ -0,0 +1,34 @@
#import "../template.typ": ataskaita, bibl
#show: doc => ataskaita(
"Kompiuterinis raštingumas",
(
[Technologinis projektas],
[Typst šablonas]
),
author: "Vardenis Pavardenis",
recipient: "lekt. Petras Petraitis",
document: doc,
)
= Įvadas
#lorem(400)
#lorem(300)
#pagebreak()
= Antraštė
== Subantraštė
#lorem(200)
== Subantraštė
#lorem(200)
#pagebreak()
#bibl("examples/bibl.yml")