10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Use latex for %T1

This commit is contained in:
Mickaël Véril 2020-05-01 15:47:15 +02:00
parent 68a732dd81
commit 6d990fa60e

View File

@ -599,7 +599,7 @@ draft: false
<li>Choose other excitation parameters you want</li>
<ul id="exTypeList"></ul>
<li>Choose if you want to include unsafe values in statistics</li>
<li>Chse the range of %T1 range using the two number box</li>
<li>Chse the range of \(\mathrm{\%T_1}\) range using the two number box</li>
</ul>
<li>Choose parameters for the statistics</li>
<ul>
@ -679,10 +679,10 @@ draft: false
</li>
</fieldset>
<fieldset>
<legend>%T1</legend>
<legend>\(\mathrm{\%T_1}\)</legend>
<input class="range min" airia-label="Minimum value" type="number" id="T1min" step="0.01"
onchange="numberRangeChange(event)" min="0" value="0">
<span>\(\leq \mathrm{\%T1} \leq\)</span>
<span>\(\leq \mathrm{\%T_1} \leq\)</span>
<input class="range max" airia-label="Maximum value" type="number" id="T1max" step="0.01"
onchange="numberRangeChange(event)" max="100" value="100">
</fieldset>