Files
praca_inzynierska/Thesis/Bibliography.typ
T
2026-05-02 22:48:36 +02:00

28 lines
418 B
Typst

#import "@preview/alexandria:0.2.2": *
= Spis literatury
== Książki
#bibliographyx(
"Bibliography/Books.bib",
prefix: "book-",
title: none,
style: "ieee",
)
== Artykuły
#bibliographyx(
"Bibliography/Articles.bib",
prefix: "article-",
title: none,
style: "ieee",
)
== Źródła internetowe i inne
#bibliographyx(
"Bibliography/Others.bib",
prefix: "other-",
title: none,
style: "ieee",
)