File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44
44
if ( JSROOT . source_dir . indexOf ( "http" ) == 0 ) global_dir = "../../files/" ;
45
45
46
46
document . getElementById ( 'debug' ) . innerHTML = '' ;
47
-
47
+
48
48
if ( JSROOT . GetUrlOption ( 'mathjax' ) != null )
49
49
document . getElementById ( 'debug' ) . innerHTML += "<h1>Drawing with <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>" ;
50
50
else
51
51
document . getElementById ( 'debug' ) . innerHTML += "<h1>Drawing without <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>" ;
52
52
53
53
document . getElementById ( 'debug' ) . innerHTML += "<h3>JavaScript ROOT version " + JSROOT . version + "</h3>" ;
54
-
55
-
54
+
56
55
JSROOT . Painter . readStyleFromURL ( ) ;
57
56
58
57
LoadFile ( "latex.root" , function ( file ) {
65
64
66
65
}
67
66
</ script >
68
-
67
+
69
68
</ head >
70
69
71
70
< body >
@@ -90,7 +89,7 @@ <h3>Examples from <a href="https://root.cern.ch/root/html/TLatex.html#L11">TLate
90
89
< h3 > Example from < a href ="https://root.cern.ch/root/html/TMathText.html "> TMathText</ a > docu</ h3 >
91
90
< span > Always drawn with MathJax</ span >
92
91
< div id ="lat5_draw "> </ div >
93
-
92
+
94
93
</ body >
95
94
96
95
</ html >
You can’t perform that action at this time.
0 commit comments