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

equation in index.md

This commit is contained in:
Mickaël Véril 2019-09-26 14:40:27 +02:00
parent ddbcfb0caa
commit 410239b708
2 changed files with 29 additions and 12 deletions

View File

@ -10,18 +10,10 @@ On this website you can watch reference data for excitations the base data are
- fluorescence \\(\Delta E_\text{Fluo}\\).
- ZPE delta \\(\Delta E_\text{ZPE}\\).
Other data are calculated with this quantities With the following equations.
Other data are calculated with this quantities With the following equations :
<!--Commented because it's not working-->
<!--
$$
E_\text{Adia} \simeq \frac{E_{Abs}+E_{Fluo}}{2}\
$$
$$
E_\text{0-0} \simeq E_\text{Adia}-E_\text{ZPE}
$$
-->
<div>$$ E_\text{Adia} \simeq \frac{E_{Abs}+E_{Fluo}}{2}\ $$</div>
<div>$$ E_\text{0-0} \simeq E_\text{Adia}-E_\text{ZPE} $$</div>
[Watch one dataset]({{< ref "onedataset.html" >}})

View File

@ -1,3 +1,28 @@
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\[','\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
// Fix <code> tags after MathJax finishes running. This is a
// hack to overcome a shortcoming of Markdown. Discussion at
// https://github.com/mojombo/jekyll/issues/199
var all = MathJax.Hub.getAllJax(), i;
for(i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>