Copyright | (C) 2016-2025 David M. Johnson |
---|---|
License | BSD3-style (see the file LICENSE) |
Maintainer | David M. Johnson <code@dmj.io> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Miso.Mathml
Contents
Description
Example usage:
xSquared :: View action xSquared = math_ [] [ msup_ [] [ mi_ [] [text "x"] , mn_ [] [text "2"] ] ]
More complex example in examples/mathml.
Synopsis
- annotationXml_ :: [Attribute action] -> [View action] -> View action
- annotation_ :: [Attribute action] -> [View action] -> View action
- math_ :: [Attribute action] -> [View action] -> View action
- merror_ :: [Attribute action] -> [View action] -> View action
- mfrac_ :: [Attribute action] -> [View action] -> View action
- mi_ :: [Attribute action] -> [View action] -> View action
- mmultiscripts_ :: [Attribute action] -> [View action] -> View action
- mn_ :: [Attribute action] -> [View action] -> View action
- mo_ :: [Attribute action] -> [View action] -> View action
- mover_ :: [Attribute action] -> [View action] -> View action
- mpadded_ :: [Attribute action] -> [View action] -> View action
- mphantom_ :: [Attribute action] -> [View action] -> View action
- mprescripts_ :: [Attribute action] -> [View action] -> View action
- mroot_ :: [Attribute action] -> [View action] -> View action
- mrow_ :: [Attribute action] -> [View action] -> View action
- ms_ :: [Attribute action] -> [View action] -> View action
- mspace_ :: [Attribute action] -> [View action] -> View action
- msqrt_ :: [Attribute action] -> [View action] -> View action
- mstyle_ :: [Attribute action] -> [View action] -> View action
- msub_ :: [Attribute action] -> [View action] -> View action
- msubsup_ :: [Attribute action] -> [View action] -> View action
- msup_ :: [Attribute action] -> [View action] -> View action
- mtable_ :: [Attribute action] -> [View action] -> View action
- mtd_ :: [Attribute action] -> [View action] -> View action
- mtext_ :: [Attribute action] -> [View action] -> View action
- mtr_ :: [Attribute action] -> [View action] -> View action
- munder_ :: [Attribute action] -> [View action] -> View action
- munderover_ :: [Attribute action] -> [View action] -> View action
- nodeMathml :: MisoString -> [Attribute action] -> [View action] -> View action
- semantics_ :: [Attribute action] -> [View action] -> View action
- accent_ :: Bool -> Attribute action
- accentunder_ :: Bool -> Attribute action
- columnalign_ :: MisoString -> Attribute action
- columnlines_ :: MisoString -> Attribute action
- columnspacing_ :: MisoString -> Attribute action
- columnspan_ :: Int -> Attribute action
- depth_ :: MisoString -> Attribute action
- dir_ :: MisoString -> Attribute action
- display_ :: MisoString -> Attribute action
- displaystyle_ :: MisoString -> Attribute action
- fence_ :: Bool -> Attribute action
- frame_ :: MisoString -> Attribute action
- framespacing_ :: MisoString -> Attribute action
- height_ :: MisoString -> Attribute action
- href_ :: MisoString -> Attribute action
- id_ :: MisoString -> Attribute action
- linethickness_ :: MisoString -> Attribute action
- lspace_ :: MisoString -> Attribute action
- mathbackground_ :: MisoString -> Attribute action
- mathcolor_ :: MisoString -> Attribute action
- mathsize_ :: MisoString -> Attribute action
- mathvariant_ :: MisoString -> Attribute action
- maxsize_ :: MisoString -> Attribute action
- minsize_ :: MisoString -> Attribute action
- movablelimits_ :: Bool -> Attribute action
- notation_ :: MisoString -> Attribute action
- rowalign_ :: MisoString -> Attribute action
- rowlines_ :: MisoString -> Attribute action
- rowspacing_ :: MisoString -> Attribute action
- rowspan_ :: Int -> Attribute action
- rspace_ :: MisoString -> Attribute action
- scriptlevel_ :: Int -> Attribute action
- separator_ :: Bool -> Attribute action
- stretchy_ :: Bool -> Attribute action
- symmetric_ :: Bool -> Attribute action
- voffset_ :: MisoString -> Attribute action
- width_ :: MisoString -> Attribute action
- xmlns_ :: MisoString -> Attribute action
Elements
nodeMathml :: MisoString -> [Attribute action] -> [View action] -> View action Source #
Properties
accentunder_ :: Bool -> Attribute action Source #
Since: 1.9.0.0
columnalign_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
columnlines_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
columnspacing_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
columnspan_ :: Int -> Attribute action Source #
Since: 1.9.0.0
depth_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
display_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
displaystyle_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
frame_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
framespacing_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
height_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
href_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
id_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
linethickness_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
lspace_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
mathbackground_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
mathcolor_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
mathsize_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
mathvariant_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
maxsize_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
minsize_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
movablelimits_ :: Bool -> Attribute action Source #
Since: 1.9.0.0
notation_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
rowalign_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
rowlines_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
rowspacing_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
rspace_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
scriptlevel_ :: Int -> Attribute action Source #
Since: 1.9.0.0
separator_ :: Bool -> Attribute action Source #
Since: 1.9.0.0
symmetric_ :: Bool -> Attribute action Source #
Since: 1.9.0.0
voffset_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
width_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0
xmlns_ :: MisoString -> Attribute action Source #
Since: 1.9.0.0