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
- Host: GitHub
- URL: https://github.com/dusansimic/typst-seminar
- Owner: dusansimic
- License: bsd-2-clause
- Created: 2025-02-08T14:08:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T14:16:05.000Z (4 months ago)
- Last Synced: 2025-02-08T15:22:55.177Z (4 months ago)
- Language: Typst
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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ć