home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / tr2latex_2 / h / greek < prev    next >
Encoding:
Text File  |  1992-04-27  |  564 b   |  19 lines

  1. /*
  2. ** tr2latex - troff to LaTeX converter
  3. ** $Id: greek.h,v 2.2 1992/04/27 15:13:26 Christian_Engel Dist krischan $
  4. ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel
  5. **
  6. ** Module: greek.h
  7. **
  8. ** This file contains the list of the upper-case Greek letters.
  9. ** In case I overlooked any, it can be added here.
  10. */
  11.  
  12. char *GRK_list[] =
  13. {
  14. "ALPHA",    "BETA",    "CHI",    "DELTA",   "EPSILON",
  15. "ETA",      "GAMMA",   "KAPPA",  "LAMDA",   "MU",
  16. "NU",       "OMEGA",   "PHI",    "PI",      "PSI",
  17. "RHO",      "SIGMA",   "TAU",    "THETA",   "XI",    "ZETA"
  18. };
  19.