Module pyreport.symbols.greek

A module providing the Greek alphabet as symbols.

Global variables

var DEFAULT_VAREPSILON

Switch out the default LaTeX command for epsilon with the alternate one (varepsilon). Default is True.

var DEFAULT_VARPHI

Switch out the default LaTeX command for phi with the alternate one (varphi). Default is True.

var DEFAULT_VARPI

Switch out the default LaTeX command for pi with the alternate one (varpi). Default is False.

var DEFAULT_VARRHO

Switch out the default LaTeX command for rho with the alternate one (varrho). Default is False.

var DEFAULT_VARTHETA

Switch out the default LaTeX command for theta with the alternate one (vartheta). Default is False.

Classes

class Greeks

A collection containing the Greek alphabet as symbols.

Attributes

alpha : Symbol
The symbol for the small greek letter alpha.
beta : Symbol
The symbol for the small greek letter beta.
gamma : Symbol
The symbol for the small greek letter gamma.
delta : Symbol
The symbol for the small greek letter delta.
epsilon : Symbol
The symbol for the small greek letter epsilon (depends on DEFAULT_VAREPSILON).
varepsilon : Symbol
The symbol for the small greek letter varepsilon (depends on DEFAULT_VAREPSILON).
zeta : Symbol
The symbol for the small greek letter zeta.
eta : Symbol
The symbol for the small greek letter eta.
theta : Symbol
The symbol for the small greek letter theta (depends on DEFAULT_VARTHETA).
vartheta : Symbol
The symbol for the small greek letter vartheta (depends on DEFAULT_VARTHETA).
iota : Symbol
The symbol for the small greek letter iota.
kappa : Symbol
The symbol for the small greek letter kappa.
lambda_ : Symbol
The symbol for the small greek letter lambda.
mu : Symbol
The symbol for the small greek letter mu.
nu : Symbol
The symbol for the small greek letter nu.
xi : Symbol
The symbol for the small greek letter xi.
pi : Symbol
The symbol for the small greek letter pi (depends on DEFAULT_VARPI).
varpi : Symbol
The symbol for the small greek letter varpi (depends on DEFAULT_VARPI).
rho : Symbol
The symbol for the small greek letter rho (depends on DEFAULT_VARRHO).
varrho : Symbol
The symbol for the small greek letter varrho (depends on DEFAULT_VARRHO).
sigma : Symbol
The symbol for the small greek letter sigma.
tau : Symbol
The symbol for the small greek letter tau.
upsilon : Symbol
The symbol for the small greek letter upsilon.
phi : Symbol
The symbol for the small greek letter phi (depends on DEFAULT_VARPHI).
varphi : Symbol
The symbol for the small greek letter varphi (depends on DEFAULT_VARPHI).
chi : Symbol
The symbol for the small greek letter chi.
psi : Symbol
The symbol for the small greek letter psi.
omega : Symbol
The symbol for the small greek letter omega.
Gamma : Symbol
The symbol for the capital greek letter Gamma.
Delta : Symbol
The symbol for the capital greek letter Delta.
Theta : Symbol
The symbol for the capital greek letter Theta.
Lambda : Symbol
The symbol for the capital greek letter Lambda.
Xi : Symbol
The symbol for the capital greek letter Xi.
Pi : Symbol
The symbol for the capital greek letter Pi.
Sigma : Symbol
The symbol for the capital greek letter Sigma.
Upsilon : Symbol
The symbol for the capital greek letter Upsilon.
Phi : Symbol
The symbol for the capital greek letter Phi.
Psi : Symbol
The symbol for the capital greek letter Psi.
Omega : Symbol
The symbol for the capital greek letter Omega.

Ancestors

Class variables

var Delta
var Gamma
var Lambda
var Omega
var Phi
var Pi
var Psi
var Sigma
var Theta
var Upsilon
var Xi
var alpha
var beta
var chi
var delta
var epsilon
var eta
var gamma
var iota
var kappa
var lambda_
var mu
var nu
var omega
var phi
var pi
var psi
var rho
var sigma
var tau
var theta
var upsilon
var varepsilon
var varphi
var varpi
var varrho
var vartheta
var xi
var zeta

Inherited members