Skip to content

Commit e41c9e5

Browse files
committed
Update: math typeset
1 parent a3333fe commit e41c9e5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ these indices. The code below provides an implementation.
171171
[![Python package](https://github.com/bcdev/uncertaintyx/actions/workflows/python-package.yml/badge.svg)](https://github.com/bcdev/uncertaintyx/actions/workflows/python-package.yml)
172172
[![codecov](https://codecov.io/gh/bcdev/uncertaintyx/graph/badge.svg?token=742AWtYDCD)](https://codecov.io/gh/bcdev/uncertaintyx)
173173

174-
<script>
175-
MathJax = {
176-
tex: {
177-
inlineMath: [['$', '$'], ['\\(', '\\)']]
178-
}
179-
};
180-
</script>
181-
<script id="MathJax-script" async
182-
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
183-
</script>
174+
<script>
175+
MathJax = {
176+
tex: {
177+
inlineMath: [['$', '$'], ['\\(', '\\)']]
178+
}
179+
};
180+
</script>
181+
<script id="MathJax-script" async
182+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
183+
</script>

0 commit comments

Comments
 (0)