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