From 75b07778313b06d46175b2635f822cbbecce5ba7 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Mon, 1 Jun 2020 23:12:35 +0200 Subject: [PATCH] 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. --- pkgs/tools/typesetting/tex/dblatex/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/dblatex/default.nix b/pkgs/tools/typesetting/tex/dblatex/default.nix index a145e1a42ff2..1f6939e1b11c 100644 --- a/pkgs/tools/typesetting/tex/dblatex/default.nix +++ b/pkgs/tools/typesetting/tex/dblatex/default.nix @@ -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; }