dblatex: add pdflscape as a dependency

Without it, building a document fails with the following error:

pdflatex failed
index.tex: File `pdflscape.sty' not found.
index.tex:47: Emergency stop.
This commit is contained in:
Sander van der Burg 2020-06-01 23:12:35 +02:00 committed by Sander van der Burg
parent 89fda74df5
commit 75b0777831

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 graphics stmaryrd subfigure titlesec wasysym
multirow overpic pdfpages pdflscape 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;
}