diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-27 12:15:34 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-27 13:07:02 +0200 |
| commit | ad483265ebf2c88b84bf23c66b7a143304c52773 (patch) | |
| tree | 832c1edfebf327f5c5895057f63a9ae93d9fdd03 /publications/export.nix | |
| parent | be9e33ab96ed8b251b6f1908c96b9851523e950b (diff) | |
move back to json and rename
Diffstat (limited to 'publications/export.nix')
| -rw-r--r-- | publications/export.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 '' |
