mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
missed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b8855bed8
commit
ee8815b5cf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user