Opened 4 months ago
Last modified 2 weeks ago
#3083 readytorelease defect
LaTeX output for symbolic regression models is incorrect for target variables which contain special symbols
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Problems.DataAnalysis.Symbolic | Version: | trunk |
Keywords: | Cc: |
Description
For instance if the target variable contains '_' then LaTeX interprets this as subscript symbol. As a consequence the mathematical representation of symbolic regression models is not shown correctly.
Change History (4)
comment:1 Changed 4 months ago by gkronber
- Status changed from new to accepted
comment:2 Changed 4 months ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 2 weeks ago by mkommend
- Version set to trunk
comment:4 Changed 2 weeks ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
Reviewed r17755.
Note: See
TracTickets for help on using
tickets.
r17755: use \text{} command for setting the target variable name.