TTeXDump and the %

Hi,

I’ve noticed when saving a histogram to a TeX file the ‘%’ character is not treated correctly and will cause latex compilation to fail as it sees the character as the beginning of a comment. As is done with the ‘&’ and ‘#’ sign in TTeXDump::Text() the addition of the following line should clear up the issue.

t.ReplaceAll("%","\\%");

Thanks

No fixed. Thanks.