mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Merge branch 'QUEST4' into QUEST4-bad-DOI
This commit is contained in:
commit
8a97821c8d
@ -602,7 +602,6 @@ draft: false
|
||||
<p>
|
||||
In this page you can compare multiple dataset and have somme statistics to evaluate method or basis accuracy.
|
||||
For this follow this steps
|
||||
\(\ce{CF2}\)
|
||||
<ol>
|
||||
<li>Add custom files</li>
|
||||
<ul>
|
||||
|
@ -1,4 +1,5 @@
|
||||
function MathJaxPolyfillInit(){
|
||||
if (!MathJax.typesetPromise) {
|
||||
var typesetPromise = function() {
|
||||
return new Promise(function (resolve, reject) {
|
||||
MathJax.Hub.Queue(["Typeset",MathJax.Hub],[resolve]);
|
||||
@ -6,3 +7,4 @@ function MathJaxPolyfillInit(){
|
||||
}
|
||||
MathJax.typesetPromise=typesetPromise
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user