hatex-guide 1.3.1.5 → 1.3.1.6
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- Text/LaTeX/Guide/Auto.hs +1/−1
- hatex-guide.cabal +2/−2
- src/basics.htxg +1/−1
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,5] []+guideVersion = Version [1,3,1,6] []
hatex-guide.cabal view
@@ -1,5 +1,5 @@ Name: hatex-guide-Version: 1.3.1.5+Version: 1.3.1.6 Author: Daniel Díaz Build-type: Custom Category: LaTeX@@ -36,7 +36,7 @@ , text >= 0.11 && < 2 , filepath >= 1.1.0.0 , parsec >= 3.1.2 && < 3.2- , directory >= 1.2.0.0 && < 1.3+ , directory >= 1.2.0.0 && < 1.4 , blaze-html >= 0.5.1.0 , transformers >= 0.3.0.0 , time >= 1.2.0.2
src/basics.htxg view
@@ -84,7 +84,7 @@ Once you have your final block ready, you will be able to create the \latex code that corresponds to it (we will see how later). Note that there is \latex code for every block, but not every piece of \latex has a block, because a malformed (in the sense of the negation of our well-formed concept) code-doe *not* have a corresponding block.+does *not* have a corresponding block. This fact has a practical consequence: *we cannot create malformed \latex code* using \hatex. /And that's a good thing!/ ###From strings###