home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d671 / tr2tex.lha / tr2tex / tr2tex.zoo / simil.h < prev    next >
Text File  |  1987-11-23  |  743b  |  17 lines

  1. /*
  2. This file contains a list of math words that are similar in the
  3. two languages (in fact identical except for TeX's backslah).
  4. If I overlooked anything out, it can be put here
  5. Do NOT put here words that are similar but require some action (like over)
  6. */
  7. char *sim_list[] =
  8. {
  9. "alpha",    "approx",    "beta",     "chi",      "cos",     "cosh", 
  10. "cot",      "coth",      "delta",    "epsilon",  "eta",     "exp",
  11. "gamma",    "int",       "kappa",    "lambda",   "lim",     "log",
  12. "matrix",   "mu",        "nu",       "omega",    "partial", "phi",
  13. "pi",       "prime",     "prod",     "psi",      "rho",     "sigma",
  14. "sin",      "sinh",      "sqrt",     "sum",      "tan",     "tanh", 
  15. "tau",      "theta",     "times",    "xi",       "zeta"
  16. };
  17.