Create bibliography

This commit is contained in:
2026-05-02 22:48:36 +02:00
parent 136c9e3d8a
commit 67b58ac697
5 changed files with 210 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#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",
)