Add rebuttal

This commit is contained in:
Charlotte Van Petegem 2024-05-23 13:23:36 +02:00
parent 6e8038e113
commit d94a9f78fb
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 138 additions and 1 deletions

View file

@ -109,6 +109,7 @@
full-texlive
pkgs.inkscape
pkgs.nixpkgs-fmt
pkgs.pandoc
(pkgs.python3.withPackages (ps: [ ps.pygments ]))
];
env = [
@ -160,6 +161,14 @@
fi
'';
}
{
name = "build-rebuttal";
category = "general commands";
help = "build rebuttal";
command = ''
pandoc -o rebuttal.pdf rebuttal.md
'';
}
{
name = "watch-build";
category = "general commands";