git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-06 01:41:14 +00:00
parent 1b8855bed8
commit ee8815b5cf

View File

@ -22,6 +22,12 @@ char const * function_names[] = {
int const nr_function_names = sizeof(function_names) / sizeof(char const *) - 1;
char const * latex_dots[] = {
"ldots", "cdots", "vdots", "ddots", ""
};
int const nr_latex_dots = sizeof(latex_dots) / sizeof(char const *) - 1;
char const * latex_arrow[] = {
"downarrow", "leftarrow", "Downarrow", "Leftarrow",
"hookleftarrow", "rightarrow", "uparrow", "Rightarrow", "Uparrow",
@ -62,12 +68,6 @@ char const * latex_brel[] = {
int const nr_latex_brel = sizeof(latex_brel) / sizeof(char const *);
char const * latex_dots[] = {
"ldots", "cdots", "vdots", "ddots"
};
int const nr_latex_dots = sizeof(latex_dots) / sizeof(char const *);
char const * latex_greek[] = {
"Gamma", "Delta", "Theta", "Lambda", "Xi", "Pi",
"Sigma", "Upsilon", "Phi", "Psi", "Omega",