hatex-guide 1.3.1.2 → 1.3.1.3
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Text/LaTeX/Guide/Auto.hs view
@@ -7,4 +7,4 @@ -- | The version of the guide. Based on the version of the package. guideVersion :: Version-guideVersion = Version [1,3,1,2] []+guideVersion = Version [1,3,1,3] []
Text/LaTeX/Guide/Backend/LaTeX.hs view
@@ -39,7 +39,7 @@ hatexSyntax fp (Italic s) = textit $ hatexSyntax fp s hatexSyntax _ (Code b t) = let f = if b then texttt . raw . protectText else quote . verbatim- c = ModColor $ RGB255 156 62 0+ c = ModColor $ RGB255 100 100 255 in color c <> f t <> normalcolor hatexSyntax _ (URL t) = let u = createURL $ unpack t in url u@@ -71,7 +71,7 @@ <> title ("The " <> hatex <> " User's Guide") <> author (raw "Daniel D\\'iaz") <> linespread 1.2- <> usepackage [] "mathptmx"+ -- <> usepackage [] "mathptmx" -- <> raw "\\renewcommand{\\rmdefault}{pbk}" <> raw ("\\setlength{\\parskip}{" <> render parSpace <> "}") <> applyHdrSettings hdrSettings
hatex-guide.cabal view
@@ -1,5 +1,5 @@ Name: hatex-guide-Version: 1.3.1.2+Version: 1.3.1.3 Author: Daniel Díaz Build-type: Custom Category: LaTeX