mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-06-20 22:11:56 +00:00
Add presentation template and example files
This commit is contained in:
@@ -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.
@@ -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.
@@ -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")
|
||||
Reference in New Issue
Block a user