rename citation styles folder
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user