From 34590ceac9259fd4424118894c3d3c7584ebd2fc Mon Sep 17 00:00:00 2001 From: aristote Date: Sat, 26 Jul 2025 23:38:08 +0200 Subject: new publication format --- publications/export.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'publications/export.nix') diff --git a/publications/export.nix b/publications/export.nix index 6a6c42d..3157133 100644 --- a/publications/export.nix +++ b/publications/export.nix @@ -14,7 +14,7 @@ runCommand "publications" {buildInputs = [jq pandoc];} '' echo $id echo "$ref" > "csljson/$id" cat csljson/$id - pandoc --from=csljson --to=biblatex --output "biblatex/$id" <<< "[ $ref ]" - pandoc --from=csljson --to=bibtex --output "bibtex/$id" <<< "[ $ref ]" + pandoc --from=cslyaml --to=biblatex --output "biblatex/$id" <<< "[ $ref ]" + pandoc --from=cslyaml --to=bibtex --output "bibtex/$id" <<< "[ $ref ]" done '' -- cgit v1.2.3