home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / tr2latex / simil.h < prev    next >
Encoding:
Text File  |  1987-06-30  |  759 b   |  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",     "cdot",     "chi",      "cos",
  10. "cosh",     "cot",       "coth",     "delta",    "epsilon",  "eta",
  11. "exp",      "gamma",     "int",      "kappa",    "lambda",   "lim",
  12. "log",      "matrix",    "mu",       "nu",       "omega",    "partial",
  13. "phi",      "pi",        "prime",    "prod",     "psi",      "rho",
  14. "sigma",    "sin",       "sinh",     "sqrt",     "sum",      "tan",
  15. "tanh",     "tau",       "theta",    "times",    "xi",       "zeta"
  16. };
  17.