mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Parse the SVG file output from latex.
This commit is contained in:
parent
8cc7e76efc
commit
3483413e07
2 changed files with 27 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue