Jürgen Spitzmüller wrote:
Stefan Schimanski wrote:
- latexParagraphs(buf, text_.paragraphs(), ws.os(), texrow,
runparams); + latexParagraphs(buf, text_, ws.os(), texrow,
runparams); ws.addlines(texrow.rows());
ws << "}";
} else {
I guess it's the same in the branch?
Indeed. I must have missed this.
I wonder why it compiled here.
That's because InsetMathMBox is not compiled with autotools and scons. I
made it compilable on CMake so that further work on it is easy. In
branch you could as well remove the file as it is not used.
Abdel.