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:
parent
89fda74df5
commit
75b0777831
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue