Parse the SVG file output from latex.

This commit is contained in:
David 2019-02-16 10:59:46 +01:00
commit 3483413e07
2 changed files with 27 additions and 19 deletions

View file

@ -23,7 +23,7 @@ library
Reanimate.LaTeX
build-depends: base >=4.12 && <4.13,
lucid-svg, time, text, unix, lucid, filepath, process, directory,
containers
containers, svg-tree, xml, bytestring
executable reanimate-viewer
main-is: SvgViewer.hs
@ -35,6 +35,7 @@ executable reanimate-viewer
Reanimate.LaTeX
build-depends: base >=4.12 && <4.13, cairo >=0.13 && <0.14, gtk,
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
filepath, process, directory, containers
filepath, process, directory, containers, svg-tree, xml,
bytestring
hs-source-dirs: src
default-language: Haskell2010