web-rep-0.4.0: representations of a web page

Safe HaskellNone
LanguageHaskell2010

Web.Page.Mathjax

Description

mathjax functionality.

some mathjax assets

mathjax cheatsheet

FIXME: Mathjax inside svg doesn't quite work, and needs to be structured around the foreign object construct.

Synopsis

Documentation

mathjaxPage :: Page Source #

A Page that loads mathjax

mathjax27Page :: Page Source #

A Page that loads the mathjax 2.7 js library

mathjaxSvgPage :: Text -> Page Source #

A Page that tries to enable mathjax inside svg (which is tricky).

mathjax27SvgPage :: Text -> Page Source #

A Page that tries to enable mathjax 2.7 inside svg.