#ifndef MATH_FACTORY_H #define MATH_FACTORY_H #include "LString.h" #include "math_atom.h" class MathInset; class latexkeys; MathAtom createMathInset(string const &); MathAtom createMathInset(latexkeys const *); #endif