TeX-my-math-0.203.0.0: Render general Haskell math to LaTeX. Or: math typesetting with high signal-to-noise–ratio.
Copyright(c) Justus Sagemüller 2017
LicenseGPL v3
Maintainer(@) jsag $ hvl.no
Stabilityexperimental
Portabilityrequires GHC>7 extensions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.LaTeX.StringLiterals

Description

An orphan instance to the FromString class, which allows maths expressions to include literal strings if you enable {-# LANGUAGE OverloadedStrings #-}. These will be rendered in roman font.

Orphan instances