mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
equation in index.md
This commit is contained in:
parent
ddbcfb0caa
commit
410239b708
@ -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" >}})
|
||||
|
||||
|
@ -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 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>
|
Loading…
Reference in New Issue
Block a user