From 9b25164582e806764fdd488cbb48add804708575 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 2 Dec 2019 13:42:50 +0800 Subject: [PATCH] Reduce the number of latex packages to check for. Former-commit-id: 67dbf4a6c7b2905e9454d66dfb46ddce89b3629e --- src/Reanimate/Driver/Check.hs | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/Reanimate/Driver/Check.hs b/src/Reanimate/Driver/Check.hs index f4a50b2..ef3657f 100644 --- a/src/Reanimate/Driver/Check.hs +++ b/src/Reanimate/Driver/Check.hs @@ -39,20 +39,21 @@ checkEnvironment = do latexPackages = ["preview" ,"amsmath" - ,"amssymb" - ,"dsfont" - ,"setspace" - ,"relsize" - ,"textcomp" - ,"mathrsfs" - ,"calligra" - ,"wasysym" - ,"ragged2e" - ,"physics" - ,"xcolor" - ,"textcomp" - ,"xfrac" - ,"microtype"] + --,"amssymb" + --,"dsfont" + --,"setspace" + --,"relsize" + --,"textcomp" + --,"mathrsfs" + --,"calligra" + --,"wasysym" + --,"ragged2e" + --,"physics" + --,"xcolor" + --,"textcomp" + --,"xfrac" + --,"microtype" + ] xelatexPackages = ["ctex"] runCheck msg fn = do