- Timestamp:
- 06/22/16 12:08:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionLatexFormatter.cs
r12012 r13933 403 403 var constStr = string.Format(System.Globalization.NumberFormatInfo.InvariantInfo, "{0:G5}", constant); 404 404 if (!constStr.Contains(".")) constStr = constStr + ".0"; 405 constStr = constStr.Replace(".", " \\negthickspace&."); // fix problem in rendering of aligned expressions405 constStr = constStr.Replace(".", "&."); // fix problem in rendering of aligned expressions 406 406 strBuilder.Append("c_{" + i + "}& = & " + constStr); 407 407 strBuilder.Append(@"\\");
Note: See TracChangeset
for help on using the changeset viewer.