Skip to content

Commit d957c13

Browse files
authored
[skip=-ci] \ was not displayed in ref guide. (root-project#11184)
1 parent 6018b5f commit d957c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graf2d/graf/src/TLatex.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ End_Macro
390390
## Interface to TMathText
391391
392392
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.
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.
395395
Therefore, as histograms' titles, axis titles, labels etc ... are drawn using
396396
`TLatex`, the `TMathText` syntax can be used for them also.
397397
*/

0 commit comments

Comments
 (0)