Vincent van Ravesteijn wrote: > Pavel Sanda schreef: >> hi, >> >> when loading users guide in trunk now i see tons of: >> insets/Inset.cpp(387): illegal col: 4 >> insets/Inset.cpp(385): illegal row: 7 >> >> pavel >> > This is fixed, but it seems the UserGuide takes ages to load due to the > fact that all previews are generated at once apparently. > > This means back to the drawing table as far as the previews of math with > macros is concerned.
bisect boils down to this commit r32157 Fix bug #4360: Instant preview does not render formulas which contain math-macro from input file. both performance problem due to instant preview generation and warnings came from here. pavel