| 123456789101112131415161718192021 |
- <!-- Mathjax -->
- <script type="text/javascript">
- window.MathJax = {
- startup: {
- typeset: false
- },
- tex: {
- processEscapes: true,
- inlineMath: [['$', '$'], ['\\(', '\\)']]
- },
- options: {
- renderActions: {
- addMenu: [],
- checkLoading: []
- },
- ignoreHtmlClass: 'tex2jax_ignore',
- processHtmlClass: 'tex2jax_process'
- }
- };
- </script>
- {{ cdnScriptTag('mathjax') }}
|