Reduce the number of latex packages to check for.

Former-commit-id: 67dbf4a6c7b2905e9454d66dfb46ddce89b3629e
This commit is contained in:
David Himmelstrup 2019-12-02 13:42:50 +08:00
commit 9b25164582

View file

@ -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