#############################################################################
##
#A  genVrootnamelist     CHEVIE library          Meinolf Geck & Frank L"ubeck
##
#Y  Copyright 1992--1993,  Lehrstuhl D f"ur Mathematik,    RWTH Aachen,   and
#Y                         IWR   der   Universit"at    Heidelberg,   Germany.
##
####################################################################
##
##  The convert-procedures in `genVkonvert` and the 
##  pretty-printing procedures in `genVprpr` use the following list.
##  The entries are of the form
##        [GEWname, pol, TeX-name],
##  where `GEWname` is the name of a generic root of unity,
##        `pol` is the order of that root (polynomial in `q`) and
##        `TeX-name` is the TeX-string for this root, which
##                   is used in the pretty-print-routines. 
## 
konvertGEWlist:=[ 
 [EW2, 2, `(-1)`],
 [EW3, 3, `\\varepsilon_3`],
 [EW4, 4, `\\varepsilon_4`],
 [GEWZ1, q-1, `\\zeta_1`],
 [GEWY1, q+1, `\\xi_1`],
 [GEW2Z1, 2*(q-1), `\\rho_1`],
 [GEWZ2, q^2-1, `\\zeta_2`],
 [GEWY2, q^2+1, `\\xi_2`],
 [GEWC3, q^2+q+1, `\\varphi_3`],
 [GEWC6, q^2-q+1, `\\varphi_6`],
 [GEWC12, q^4-q^2+1, `\\varphi_{12}`],
 [GEWC8p, q^2+sqrt(2)*q+1, `\\varphi_{8}\'`],
 [GEWC8pp, q^2-sqrt(2)*q+1, `\\varphi_{8}\'\'`],
 [GEWC8pZ2, (q^2+sqrt(2)*q+1)*(q^2-1), `\\psi_{8}\'`],
 [GEWC8ppZ2, (q^2-sqrt(2)*q+1)*(q^2-1), `\\psi_{8}\'\'`],
 [GEWC12p, q^2-sqrt(3)*q+1, `\\varphi_{12}\'`],
 [GEWC12pp, q^2+sqrt(3)*q+1, `\\varphi_{12}\'\'`],
 [GEWC24p, q^4+sqrt(2)*q^3+q^2+sqrt(2)*q+1, `\\varphi_{24}\'`],
 [GEWC24pp, q^4-sqrt(2)*q^3+q^2-sqrt(2)*q+1, `\\varphi_{24}\'\'`],
 [GEWZ1Y2, (q-1)*(q^2+1), `\\eta_2`],
 [GEWZ3, q^3-1, `\\zeta_3`],
 [GEWY3, q^3+1, `\\xi_3`],
 [GEWZ1Y3, (q-1)*(q^3+1), `\\eta_3`],
 [GEWY3Z1, (q-1)*(q^3+1), `\\eta_3`],
 [GEWY1Z3, (q+1)*(q^3-1), `\\mu_3`],
 [GEWZ3Y1, (q+1)*(q^3-1), `\\mu_3`],
 [GEWZ4, q^4-1, `\\zeta_4`],
 [GEWY4, q^4+1, `\\xi_4`]
]:


