module Text.LaTeX.Packages.AMSSymb
(
amssymb
, vartriangleleft, vartriangleright
, leftleftarrows, rightrightarrows
, rightleftarrows, leftrightarrows
, upuparrows, downdownarrows
, leftarrowtail, rightarrowtail
, curvearrowleft, curvearrowright
, twoheadleftarrow, twoheadrightarrow
, rightleftharpoons
, lsh2, rsh2
, leftarrow3, rightarrow3
, rightsquigarrow, leftrightsquigarrow
, looparrowleft, looparrowright
, circlearrowleft, circlearrowright
, upharpoonleft, upharpoonright
, downharpoonleft, downharpoonright
, nleftarrow, nrightarrow
, nleftarrow2, nrightarrow2
, nleftrightarrow, nleftrightarrow2
, lll, ggg
, gtrdot, lessdot
, square, blacksquare
, lozenge, blacklozenge
, checkmark, nexists
) where
import Text.LaTeX.Base.Class
import Text.LaTeX.Base.Types
amssymb :: ClassName
amssymb :: ClassName
amssymb = ClassName
"amssymb"
vartriangleleft :: LaTeXC l => l
vartriangleleft :: forall l. LaTeXC l => l
vartriangleleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"vartriangleleft"
vartriangleright :: LaTeXC l => l
vartriangleright :: forall l. LaTeXC l => l
vartriangleright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"vartriangleright"
leftleftarrows :: LaTeXC l => l
leftleftarrows :: forall l. LaTeXC l => l
leftleftarrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"leftleftarrows"
rightrightarrows :: LaTeXC l => l
rightrightarrows :: forall l. LaTeXC l => l
rightrightarrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"rightrightarrows"
rightleftarrows :: LaTeXC l => l
rightleftarrows :: forall l. LaTeXC l => l
rightleftarrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"rightleftarrows"
leftrightarrows :: LaTeXC l => l
leftrightarrows :: forall l. LaTeXC l => l
leftrightarrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"leftrightarrows"
upuparrows :: LaTeXC l => l
upuparrows :: forall l. LaTeXC l => l
upuparrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"upuparrows"
downdownarrows :: LaTeXC l => l
downdownarrows :: forall l. LaTeXC l => l
downdownarrows = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"downdownarrows"
lll :: LaTeXC l => l
lll :: forall l. LaTeXC l => l
lll = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"lll"
ggg :: LaTeXC l => l
ggg :: forall l. LaTeXC l => l
ggg = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"ggg"
leftarrowtail :: LaTeXC l => l
leftarrowtail :: forall l. LaTeXC l => l
leftarrowtail = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"leftarrowtail"
rightarrowtail :: LaTeXC l => l
rightarrowtail :: forall l. LaTeXC l => l
rightarrowtail = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"rightarrowtail"
curvearrowleft :: LaTeXC l => l
curvearrowleft :: forall l. LaTeXC l => l
curvearrowleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"curvearrowleft"
curvearrowright :: LaTeXC l => l
curvearrowright :: forall l. LaTeXC l => l
curvearrowright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"curvearrowright"
twoheadleftarrow :: LaTeXC l => l
twoheadleftarrow :: forall l. LaTeXC l => l
twoheadleftarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"twoheadleftarrow"
twoheadrightarrow :: LaTeXC l => l
twoheadrightarrow :: forall l. LaTeXC l => l
twoheadrightarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"twoheadrightarrow"
checkmark :: LaTeXC l => l
checkmark :: forall l. LaTeXC l => l
checkmark = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"checkmark"
lozenge :: LaTeXC l => l
lozenge :: forall l. LaTeXC l => l
lozenge = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"lozenge"
blacklozenge :: LaTeXC l => l
blacklozenge :: forall l. LaTeXC l => l
blacklozenge = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"blacklozenge"
nexists :: LaTeXC l => l
nexists :: forall l. LaTeXC l => l
nexists = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nexists"
lessdot :: LaTeXC l => l
lessdot :: forall l. LaTeXC l => l
lessdot = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"lessdot"
gtrdot :: LaTeXC l => l
gtrdot :: forall l. LaTeXC l => l
gtrdot = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"gtrdot"
square :: LaTeXC l => l
square :: forall l. LaTeXC l => l
square = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"square"
blacksquare :: LaTeXC l => l
blacksquare :: forall l. LaTeXC l => l
blacksquare = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"blacksquare"
rightleftharpoons :: LaTeXC l => l
rightleftharpoons :: forall l. LaTeXC l => l
rightleftharpoons = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"rightleftharpoons"
lsh2 :: LaTeXC l => l
lsh2 :: forall l. LaTeXC l => l
lsh2 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"Lsh"
rsh2 :: LaTeXC l => l
rsh2 :: forall l. LaTeXC l => l
rsh2 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"Rsh"
leftarrow3 :: LaTeXC l => l
leftarrow3 :: forall l. LaTeXC l => l
leftarrow3 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"Lleftarrow"
rightarrow3 :: LaTeXC l => l
rightarrow3 :: forall l. LaTeXC l => l
rightarrow3 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"Rrightarrow"
rightsquigarrow :: LaTeXC l => l
rightsquigarrow :: forall l. LaTeXC l => l
rightsquigarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"rightsquigarrow"
leftrightsquigarrow :: LaTeXC l => l
leftrightsquigarrow :: forall l. LaTeXC l => l
leftrightsquigarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"leftrightsquigarrow"
looparrowleft :: LaTeXC l => l
looparrowleft :: forall l. LaTeXC l => l
looparrowleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"looparrowleft"
looparrowright :: LaTeXC l => l
looparrowright :: forall l. LaTeXC l => l
looparrowright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"looparrowright"
circlearrowleft :: LaTeXC l => l
circlearrowleft :: forall l. LaTeXC l => l
circlearrowleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"circlearrowleft"
circlearrowright :: LaTeXC l => l
circlearrowright :: forall l. LaTeXC l => l
circlearrowright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"circlearrowright"
upharpoonleft :: LaTeXC l => l
upharpoonleft :: forall l. LaTeXC l => l
upharpoonleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"upharpoonleft"
upharpoonright :: LaTeXC l => l
upharpoonright :: forall l. LaTeXC l => l
upharpoonright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"upharpoonright"
downharpoonleft :: LaTeXC l => l
downharpoonleft :: forall l. LaTeXC l => l
downharpoonleft = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"downharpoonleft"
downharpoonright :: LaTeXC l => l
downharpoonright :: forall l. LaTeXC l => l
downharpoonright = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"downharpoonright"
nleftarrow :: LaTeXC l => l
nleftarrow :: forall l. LaTeXC l => l
nleftarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nleftarrow"
nrightarrow :: LaTeXC l => l
nrightarrow :: forall l. LaTeXC l => l
nrightarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nrightarrow"
nleftarrow2 :: LaTeXC l => l
nleftarrow2 :: forall l. LaTeXC l => l
nleftarrow2 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nLeftarrow"
nrightarrow2 :: LaTeXC l => l
nrightarrow2 :: forall l. LaTeXC l => l
nrightarrow2 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nRightarrow"
nleftrightarrow :: LaTeXC l => l
nleftrightarrow :: forall l. LaTeXC l => l
nleftrightarrow = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nleftrightarrow"
nleftrightarrow2 :: LaTeXC l => l
nleftrightarrow2 :: forall l. LaTeXC l => l
nleftrightarrow2 = ClassName -> l
forall l. LaTeXC l => ClassName -> l
comm0 ClassName
"nLeftrightarrow"