We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6018b5f commit d957c13Copy full SHA for d957c13
graf2d/graf/src/TLatex.cxx
@@ -390,8 +390,8 @@ End_Macro
390
## Interface to TMathText
391
392
The class `TMathText` is a TeX math formulae interpreter. It uses plain
393
-TeX syntax and uses "\" as control instead of "#". If a piece of text containing
394
-"\" is given to `TLatex` then `TMathText` is automatically invoked.
+TeX syntax and uses "\\" as control instead of "#". If a piece of text containing
+"\\" is given to `TLatex` then `TMathText` is automatically invoked.
395
Therefore, as histograms' titles, axis titles, labels etc ... are drawn using
396
`TLatex`, the `TMathText` syntax can be used for them also.
397
*/
0 commit comments