宏未出现在MathJax中

时间:2016-05-25 23:10:45

标签: html macros latex mathjax

即使我从文档中复制/粘贴示例,我也无法在MathJax中显示自定义宏。目前我有以下设置:

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
  TeX: {
    Macros: {
      RR: '{\bf R}',                // a simple string replacement
      bold: ['\boldsymbol{#1}',1]   // this macro has one parameter
    }
  }
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"></script>

但是当我尝试使用$ \ RR $或$ \ bold {abc} $时,我最终得到的输出看起来像“f R”和“oldsymbolabc”。

否则其他一切似乎都运行良好,但我无法让宏工作。

0 个答案:

没有答案