dblatex: fixup build with texlive-2016

https://github.com/NixOS/nixpkgs/pull/16391#issuecomment-227405183
This commit is contained in:
Vladimír Čunát 2016-06-21 13:00:50 +02:00
parent 7de41b9a4b
commit 16829e4bde

View File

@ -4,7 +4,7 @@
, tex ? texlive.combine { # satisfy all packages that ./configure mentions
inherit (texlive) scheme-basic epstopdf anysize appendix changebar
fancybox fancyvrb float footmisc listings jknapltx/*for mathrsfs.sty*/
multirow overpic pdfpages rotating stmaryrd subfigure titlesec wasysym
multirow overpic pdfpages graphics stmaryrd subfigure titlesec wasysym
# pkgs below don't seem requested by dblatex, but our manual fails without them
ec zapfding symbol eepic times rsfs cs tex4ht courier helvetic ly1;
}