From ad483265ebf2c88b84bf23c66b7a143304c52773 Mon Sep 17 00:00:00 2001 From: aristote Date: Sun, 27 Jul 2025 12:15:34 +0200 Subject: move back to json and rename --- 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 3157133..6a6c42d 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=cslyaml --to=biblatex --output "biblatex/$id" <<< "[ $ref ]" - pandoc --from=cslyaml --to=bibtex --output "bibtex/$id" <<< "[ $ref ]" + pandoc --from=csljson --to=biblatex --output "biblatex/$id" <<< "[ $ref ]" + pandoc --from=csljson --to=bibtex --output "bibtex/$id" <<< "[ $ref ]" done '' -- cgit v1.2.3