diff --git a/pkgs/misc/tex/nix/run-latex.sh b/pkgs/misc/tex/nix/run-latex.sh index 65ab630f9a8..9e8edadd48d 100644 --- a/pkgs/misc/tex/nix/run-latex.sh +++ b/pkgs/misc/tex/nix/run-latex.sh @@ -46,6 +46,7 @@ echo if grep -q '\\citation' $rootNameBase.aux; then echo "RUNNING BIBTEX..." bibtex --terse $rootNameBase + cp $rootNameBase.bbl $out echo fi