Enable '\times' in plot legends and labels
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The LaTeX macro \times is not available in plot legends and labels, because the string parser will misinterpret it as a masked tabulator character.
The string parser member function
string StringParser::createStringOutput()
replaces the masked tabulator character and also checks already for greek letters like \theta. Expand the corresponding condition to look for \times as well.
Bug fix was added to the automatic SW tests. Occured deviation was fixed with [r701].
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r699]
Diff:
Related
Commit: [r701]