wumpus-basic-0.8.0: Common drawing utilities built on wumpus-core.

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Basic.Text.LRSymbol

Contents

Description

Named literals from Symbol font, drawn with the LRText monad.

Note - currently the techinique used here generates adequate PostScript, but very ineficient SVG.

Also uUpsilon is not mapped to the correct character...

Synopsis

Lower case Greek letters

eta :: Num u => TextM u ()Source

mu :: Num u => TextM u ()Source

nu :: Num u => TextM u ()Source

xi :: Num u => TextM u ()Source

pi :: Num u => TextM u ()Source

rho :: Num u => TextM u ()Source

tau :: Num u => TextM u ()Source

phi :: Num u => TextM u ()Source

chi :: Num u => TextM u ()Source

psi :: Num u => TextM u ()Source

Upper case Greek letters

uXi :: Num u => TextM u ()Source

uPi :: Num u => TextM u ()Source

uUpsilon :: Num u => TextM u ()Source

Not working in PostScript, &#161; works for SVG but PostScript needs an encoding table for Symbol-Font not Latin1!

For PostScript, Latin1 161 maps to exclamdown not Upsilon1, extending Wumpus-Core to support this will require quite some work...