mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 15:42:21 +00:00
* Support multiple latex configurations. * Don't look for pdf2svg/dvisvgm unless they are actually required.
13 lines
378 B
Haskell
Executable file
13 lines
378 B
Haskell
Executable file
#!/usr/bin/env stack
|
|
-- stack runghc --package reanimate
|
|
{-# LANGUAGE OverloadedStrings #-}
|
|
module Main (main) where
|
|
|
|
import Reanimate
|
|
import Reanimate.LaTeX
|
|
import Reanimate.Builtin.Documentation
|
|
|
|
main :: IO ()
|
|
main = reanimate $ docEnv $ staticFrame 1 $
|
|
center $ withStrokeWidth 0 $ withFillOpacity 1 $ scale 4 $
|
|
latexCfg calligra "calligra"
|