如何在Monogatari中使用Mathjax?

时间:2019-04-21 16:54:08

标签: latex mathjax renpy

我想在物语对话框中显示一些乳胶。我尝试过MathJax,但没有运气:!

到目前为止,我尝试将脚本添加到html中,然后在对话框中添加$$ $$乳胶$$ /

"g Salut {{player.Name}}, je m'appelle Gnu !"
      'Choice':
        'Dialog': 'g Voici un débat mathématique entre 2 élèves Aïcha et Martin : $$\dfrac{1}{2}$$'
        'Yes':
          'Text': 'Yes'
          'Do': 'jump Yes'
        'No':
          'Text': 'No'
          'Do': 'jump No'

但是显示的是$$ \ dfrac {1} {2} $$:((

有什么主意吗?!

0 个答案:

没有答案