rename citation styles folder

This commit is contained in:
2025-10-16 22:29:07 +02:00
parent 3bd64ec2b1
commit 5e7f5f92b2
5 changed files with 4 additions and 4 deletions

View File

@@ -488,13 +488,13 @@
if language == "cs" {
bibliography(
citations_file,
style: "../citation_styles/tul-csn690-numeric-square_brackets.csl",
style: "../citations/tul-csn690-numeric-square_brackets.csl",
title: get_lang_item(language, "bibliography"),
);
} else if language == "en" {
bibliography(
citations_file,
style: "../citation_styles/iso690-numeric-square_brackets.csl",
style: "../citations/iso690-numeric-square_brackets.csl",
title: get_lang_item(language, "bibliography"),
);
} else {

View File

@@ -15,5 +15,5 @@
#bibliography(
"citations.bib",
title: "Bibliography - CZ",
style: "../template/citation_styles/tul-csn690-numeric-square_brackets.csl"
style: "../template/citations/tul-csn690-numeric-square_brackets.csl"
)

View File

@@ -14,5 +14,5 @@
#bibliography(
"citations.bib",
title: "Bibliography - EN",
style: "../template/citation_styles/iso690-numeric-square_brackets.csl",
style: "../template/citations/iso690-numeric-square_brackets.csl",
)