mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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.
(cherry picked from commit 75b0777831)
This commit is contained in:
committed by
Sander van der Burg
parent
4a2da01389
commit
45bfb96ecd
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user