From 3e64ec2c9db53b82363fe56ca2426f7717562561 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 17 Jul 2010 09:53:29 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34925 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index a27c4d4e20..7e97bedada 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1755,6 +1755,7 @@ bool InsetMathHull::readQuiet(Lexer & lex) int InsetMathHull::plaintext(odocstream & os, OutputParams const &) const { + // disables ASCII-art for export of equations. See #2275. if (0 && display()) { Dimension dim; TextMetricsInfo mi; -- 2.39.2