Opened 13 years ago
Closed 13 years ago
#1686 closed feature request (done)
Improve LatexFormatter for SymbolicExpressions
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.6 |
Keywords: | Cc: | shuttere |
Description
- Remove \left( and \right) parenthesis
- Escape underscore correctly if it is present in variable names
- Omit variable weights if they are exactly 1.0
Change History (7)
comment:1 Changed 13 years ago by mkommend
- Cc shuttere added
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.6
comment:4 Changed 13 years ago by mkommend
r7136: Corrected the usage of parenthesis in the latex formatter.
comment:5 Changed 13 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from accepted to reviewing
r7140: Improved display of divisions in the latex formatter.
edit: corrected revision
comment:6 Changed 13 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from reviewing to readytorelease
great!
comment:7 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r7038: Improved LatexFormatter for SymbolicExpressions.