Switch back to minted for listings
This commit is contained in:
parent
c7daf11c77
commit
f3f4e2a6f4
4 changed files with 23 additions and 37 deletions
|
@ -104,6 +104,7 @@
|
|||
packages = [
|
||||
full-texlive
|
||||
pkgs.nixpkgs-fmt
|
||||
(pkgs.python3.withPackages (ps: [ ps.pygments ]))
|
||||
];
|
||||
commands = [
|
||||
{
|
||||
|
@ -139,7 +140,7 @@
|
|||
builddir=$(mktemp -d --tmpdir=/tmp)
|
||||
fi
|
||||
${emacs}/bin/emacs -batch -load build.el
|
||||
${full-texlive}/bin/latexmk -f -pdf -lualatex -interaction=nonstopmode -output-directory="''${builddir}" book.tex
|
||||
${full-texlive}/bin/latexmk -f -pdf -lualatex -shell-escape -interaction=nonstopmode -output-directory="''${builddir}" book.tex
|
||||
mv "''${builddir}"/book.pdf .
|
||||
if ! [ $# -eq 1 ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue