]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/MathsSymbols.h
Implemented controller-view split for FormBibtex.
[lyx.git] / src / frontends / xforms / MathsSymbols.h
1 /**
2  * \file MathsSymbols.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Alejandro Aguilar Sierra
7  * \author John Levon
8  */
9
10 #ifndef MATHS_SYMBOLS_H
11 #define MATHS_SYMBOLS_H
12
13 #ifdef __GNUG__
14 #pragma interface
15 #endif
16
17 #include "bmtable.h"
18
19 extern char const * function_names[];
20 extern int const nr_function_names;
21 extern char const * latex_arrow[];
22 extern int const nr_latex_arrow;
23 extern char const * latex_bop[];
24 extern int const nr_latex_bop;
25 extern char const * latex_brel[];
26 extern int const nr_latex_brel;
27 extern char const * latex_dots[];
28 extern int const nr_latex_dots;
29 extern char const * latex_greek[];
30 extern int const nr_latex_greek;
31 extern char const * latex_misc[];
32 extern int const nr_latex_misc;
33 extern char const * latex_varsz[];
34 extern int const nr_latex_varsz;
35
36 char const ** get_pixmap_from_symbol(char const *, int, int);
37  
38 #endif /* MATHS_SYMBOLS_H */