--- layout: compress # WARNING: Don't use '//' to comment out code, use '{% comment %}' and '{% endcomment %}' instead. --- {%- comment -%} See: {%- endcomment -%} MathJax = { loader: { load: ['[tex]/physics','ui/lazy',] }, tex: { inlineMath: [ ['$', '$'], ['\\(', '\\)'] ], displayMath: [ ['$$', '$$'], ['\\[', '\\]'] ], packages: {'[+]': ['physics']}, tags: 'ams', macros: { 'e': '\\mathrm{e}', 'RR': '\\mathbb{R}', 'ZZ': '\\mathbb{Z}', 'QQ': '\\mathbb{Q}', }, } options: { lazyMargin: '200px', }, svg: { fontCache: 'global'}, };