packages feed

latex-formulae-pandoc 0.2.0.5 → 0.2.0.6

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~JuicyPixelsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: JuicyPixels

API changes (from Hackage documentation)

- Image.LaTeX.Render.Pandoc: PandocFormulaOptions :: ShrinkSize -> (RenderError -> Inline) -> (MathType -> FormulaOptions) -> PandocFormulaOptions
+ Image.LaTeX.Render.Pandoc: PandocFormulaOptions :: ShrinkSize -> RenderError -> Inline -> MathType -> FormulaOptions -> PandocFormulaOptions

Files

latex-formulae-pandoc.cabal view
@@ -1,5 +1,5 @@ name:                latex-formulae-pandoc-version:             0.2.0.5+version:             0.2.0.6 synopsis:            Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation description:         This library provides utility functions to convert LaTeX equations to images in Pandoc documents using the @latex-formulae-image@ package.                      It requires an actual LaTeX installation to work (@latex@,@dvips@), along with ImageMagick's @convert@ (which needs to understand PostScript)@@ -24,7 +24,7 @@   build-depends:       base >=4.7 && <5                      , pandoc-types >= 1.12 && < 1.18                       , latex-formulae-image >= 0.1 && < 0.2-                     , JuicyPixels >= 3.2 && < 3.3+                     , JuicyPixels >= 3.2 && < 3.4                      , directory >= 1.2 && < 1.4                      , filepath >= 1.3 && < 1.5                      , base64-bytestring >= 1.0 && < 1.1