From 9dc75c1bfeaa499c37e216ebb72485c47b0bf3ff Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 May 2019 13:22:30 +0100 Subject: [PATCH] `tex` is provided by `extra/texlive-core`, but doesn't provide the `texcount` package, which sucks! --- tasks/dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/dev.yml b/tasks/dev.yml index be950c9..788fea4 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -8,7 +8,6 @@ with_items: - 'biber' - 'pandoc' - - 'texcount' - 'texlive-most' - name: "Install dev packages"