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 4444 if ( JSROOT . source_dir . indexOf ( "http" ) == 0 ) global_dir = "../../files/" ;
4545
4646 document . getElementById ( 'debug' ) . innerHTML = '' ;
47-
47+
4848 if ( JSROOT . GetUrlOption ( 'mathjax' ) != null )
4949 document . getElementById ( 'debug' ) . innerHTML += "<h1>Drawing with <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>" ;
5050 else
5151 document . getElementById ( 'debug' ) . innerHTML += "<h1>Drawing without <a href='https://www.mathjax.org/'>MathJax.js</a> rendering</h1>" ;
5252
5353 document . getElementById ( 'debug' ) . innerHTML += "<h3>JavaScript ROOT version " + JSROOT . version + "</h3>" ;
54-
55-
54+
5655 JSROOT . Painter . readStyleFromURL ( ) ;
5756
5857 LoadFile ( "latex.root" , function ( file ) {
6564
6665 }
6766 </ script >
68-
67+
6968</ head >
7069
7170< body >
@@ -90,7 +89,7 @@ <h3>Examples from <a href="https://root.cern.ch/root/html/TLatex.html#L11">TLate
9089 < h3 > Example from < a href ="https://root.cern.ch/root/html/TMathText.html "> TMathText</ a > docu</ h3 >
9190 < span > Always drawn with MathJax</ span >
9291 < div id ="lat5_draw "> </ div >
93-
92+
9493</ body >
9594
9695</ html >
You can’t perform that action at this time.
0 commit comments