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 >
Wrap
Text File
|
1987-11-23
|
743b
|
17 lines
/*
This file contains a list of math words that are similar in the
two languages (in fact identical except for TeX's backslah).
If I overlooked anything out, it can be put here
Do NOT put here words that are similar but require some action (like over)
*/
char *sim_list[] =
{
"alpha", "approx", "beta", "chi", "cos", "cosh",
"cot", "coth", "delta", "epsilon", "eta", "exp",
"gamma", "int", "kappa", "lambda", "lim", "log",
"matrix", "mu", "nu", "omega", "partial", "phi",
"pi", "prime", "prod", "psi", "rho", "sigma",
"sin", "sinh", "sqrt", "sum", "tan", "tanh",
"tau", "theta", "times", "xi", "zeta"
};