mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Reduce the number of latex packages to check for.
Former-commit-id: 67dbf4a6c7b2905e9454d66dfb46ddce89b3629e
This commit is contained in:
parent
01a3f6d368
commit
9b25164582
1 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue