>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> Yes. I haven't tried to figure out systematically which
Bennett> symbols it is, but \int is one of them: it shows up 1/2-line
Bennett> too low.

Bennett> Let me know if you want more details.

Does this patch help?

JMarc

Index: src/mathed/InsetMathSymbol.C
===================================================================
--- src/mathed/InsetMathSymbol.C	(revision 15762)
+++ src/mathed/InsetMathSymbol.C	(working copy)
@@ -65,7 +65,8 @@ void InsetMathSymbol::metrics(MetricsInf
 	FontSetChanger dummy(mi.base, sym_->inset);
 	mathed_string_dim(mi.base.font, sym_->draw, dim);
 	// correct height for broken cmex and wasy font
-#if defined(__APPLE__) && defined(__GNUC__)
+#if 0
+//#if defined(__APPLE__) && defined(__GNUC__)
 	if (sym_->inset == "cmex") {
 		h_ = 4 * dim.des / 5;
 		dim.asc += 0*h_;

Reply via email to