Skip to content

Commit 8c0d9c4

Browse files
committed
update latex.htm example
1 parent 710fe35 commit 8c0d9c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/latex.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@
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) {
@@ -65,7 +64,7 @@
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>

0 commit comments

Comments
 (0)