10
0
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:
Mickaël Véril 2020-04-30 20:33:07 +02:00
commit 8a97821c8d
2 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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
}
}