mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Use latex for %T1
This commit is contained in:
parent
68a732dd81
commit
6d990fa60e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user