#ifndef MATH_FACTORY_H #define MATH_FACTORY_H class MathInset; class latexkeys; MathInset * createMathInset(latexkeys const *); #endif