... | ... | @@ -31,12 +31,13 @@ When adding mathematical formulas to your documentation, please use one of the f |
|
|
|
|
|
2. **LaTeX**: To render LaTeX formulas on the page, include the following code snippet at the beginning of your file:
|
|
|
|
|
|
```html
|
|
|
```html
|
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
|
<script type="text/javascript" id="MathJax-script" async
|
|
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
|
|
|
</script>
|
|
|
```
|
|
|
|
|
|
```
|
|
|
|
|
|
When including formulas, ensure each symbol is explained. For example:
|
|
|
|
... | ... | |