--- layout: compress # WARNING: Don't use '//' to comment out code, use '{% comment %}' and '{% endcomment %}' instead. --- {%- comment -%} See: {%- endcomment -%} MathJax = { tex: { {%- comment -%} start/end delimiter pairs for in-line math {%- endcomment -%} inlineMath: [ ['$', '$'], ['\\(', '\\)'] ], {%- comment -%} start/end delimiter pairs for display math {%- endcomment -%} displayMath: [ ['$$', '$$'], ['\\[', '\\]'] ], {%- comment -%} equation numbering {%- endcomment -%} tags: 'ams' } };