home *** CD-ROM | disk | FTP | other *** search
- /*
- ** tr2latex - troff to LaTeX converter
- ** $Id: greek.h,v 2.2 1992/04/27 15:13:26 Christian_Engel Dist krischan $
- ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel
- **
- ** Module: greek.h
- **
- ** This file contains the list of the upper-case Greek letters.
- ** In case I overlooked any, it can be added here.
- */
-
- char *GRK_list[] =
- {
- "ALPHA", "BETA", "CHI", "DELTA", "EPSILON",
- "ETA", "GAMMA", "KAPPA", "LAMDA", "MU",
- "NU", "OMEGA", "PHI", "PI", "PSI",
- "RHO", "SIGMA", "TAU", "THETA", "XI", "ZETA"
- };
-