diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-02-03 06:56:25 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-02-03 06:56:25 -0600 |
| commit | f055d309a602790889cc23fd09d903ff077a357e (patch) | |
| tree | 7adb1238e97acaed8651dcbb93e798fc68a3ef1c /src | |
| parent | c9e6d0ebabecf04e8f091234d293a85afe712057 (diff) | |
| download | main-f055d309a602790889cc23fd09d903ff077a357e.tar main-f055d309a602790889cc23fd09d903ff077a357e.tar.gz main-f055d309a602790889cc23fd09d903ff077a357e.tar.bz2 main-f055d309a602790889cc23fd09d903ff077a357e.tar.lz main-f055d309a602790889cc23fd09d903ff077a357e.tar.xz main-f055d309a602790889cc23fd09d903ff077a357e.tar.zst main-f055d309a602790889cc23fd09d903ff077a357e.zip | |
n
Diffstat (limited to 'src')
| -rw-r--r-- | src/WWW/HW.hs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/WWW/HW.hs b/src/WWW/HW.hs index aaa8b3f..1ce601f 100644 --- a/src/WWW/HW.hs +++ b/src/WWW/HW.hs @@ -1,10 +1,17 @@ module WWW.HW ( removeEnv , removeSolutions + -- * LaTeX utils + , LaTeX (..) + , texmap + -- * Hakyll utils + , module Hakyll.TeX.HaTeX + , module Hakyll.TeX.LaTeX ) where -- import Prolog - +import Hakyll.TeX.HaTeX +import Hakyll.TeX.LaTeX import Text.LaTeX.Base.Syntax removeEnv :: (String -> Bool) -> LaTeX -> LaTeX |
