An open API service indexing awesome lists of open source software.

https://github.com/dusansimic/typst-seminar

Typst template for a seminar paper with a Faculty of Sciences logo
https://github.com/dusansimic/typst-seminar

Last synced: 4 months ago
JSON representation

Typst template for a seminar paper with a Faculty of Sciences logo

Awesome Lists containing this project

README

        

# Usage

1. Add `grbPMF.jpg`, `grbUNS.jpg` and `seminar.typ` to your project directory.
2. Add the following Typst code to the top of your project file:

```typst
#import "seminar.typ": seminar

#show: seminar.with(
title: [Naslov],
subtitle: [Podnaslov],
author: (
name: "Pera Perić",
affiliation: "Departman za matematiku i informatiku",
email: "[email protected]"
),
mentor: (
name: "Mika Mikić",
affiliation: "Departman za matematiku i informatiku",
email: "[email protected]"
),
date: [mmmm. YYYY.],
references: "refs.bib"
)

// ovde ide sadrzaj dokumenta
```

3. Start writing yor seminary paper :grin:

# Author

- Dušan Simić