Add rebuttal
This commit is contained in:
parent
6e8038e113
commit
d94a9f78fb
4 changed files with 138 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue