Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/22/16 12:08:53 (8 years ago)
Author:
mkommend
Message:

#2243: Deleted old MathJax version from extlibs, adapted displayModelFrame.html and tex exporter to work with new MathJax version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionLatexFormatter.cs

    r12012 r13933  
    403403            var constStr = string.Format(System.Globalization.NumberFormatInfo.InvariantInfo, "{0:G5}", constant);
    404404            if (!constStr.Contains(".")) constStr = constStr + ".0";
    405             constStr = constStr.Replace(".", "\\negthickspace&.");  // fix problem in rendering of aligned expressions
     405            constStr = constStr.Replace(".", "&.");  // fix problem in rendering of aligned expressions
    406406            strBuilder.Append("c_{" + i + "}& = & " + constStr);
    407407            strBuilder.Append(@"\\");
Note: See TracChangeset for help on using the changeset viewer.