diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:45 -0400 |
commit | f40629567728b2fb074a43bf9a20d65cd9f6a147 (patch) | |
tree | 7ecca7a855241de0cf60c5f785f8fa9bc6adf5da /haskell | |
parent | 277403ba09f65e899b66619cf7e8c74b9067b35a (diff) | |
download | slackbuilds-f40629567728b2fb074a43bf9a20d65cd9f6a147.tar.gz |
haskell/haskell-texmath: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-texmath/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-texmath/README b/haskell/haskell-texmath/README index e3e126da69..99813cca30 100644 --- a/haskell/haskell-texmath/README +++ b/haskell/haskell-texmath/README @@ -1,6 +1,6 @@ -This is a library for Haskell programs, providing functions to convert LaTeX -math formulas to presentation MathML. It supports basic LaTeX and AMS -extensions, but not macros. +This is a library for Haskell programs, providing functions to convert +LaTeX math formulas to presentation MathML. It supports basic LaTeX +and AMS extensions, but not macros. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |