「Mathjax 不具合」の版間の差分

提供:yonewiki
(ページの作成:「MathJaxに戻る == '''不具合''' == === '''使った小文字を使ったあとその後の小文字がずっと大文字になる問題20-05-01''' === Mathjax 不具合 小文字がずっと大文字になる問題20-05-01 MathJaxに戻る」)
 
編集の要約なし
1行目: 1行目:
<yjavascript>
<script type='text/x-mathjax-config'>
MathJax = {
  tex: {
    packages: ['base'],        // extensions to use
    inlineMath: [              // start/end delimiter pairs for in-line math
      ['\(', '\)']
    ],
    displayMath: [            // start/end delimiter pairs for display math
      [','],
      ['\[', '\]']
    ],
    processEscapes: true,      // use $ to produce a literal dollar sign
    processEnvironments: true, // process Unknown environment 'xxx' outside math mode
    processRefs: true,        // process ??? outside of math mode
    digits: /^(?:[0-9]+(?:\{,\}[0-9]{3})*(?:\.[0-9]*)?|\.[0-9]+)/,
                              // pattern for recognizing numbers
    tags: 'none',              // or 'ams' or 'all'
    tagSide: 'right',          // side for \tag macros
    tagIndent: '0.8em',        // amount to indent tags
    useLabelIds: true,        // use label name rather than tag for ids
    multlineWidth: '85%',      // width of multline environment
    maxMacros: 1000,          // maximum number of macro substitutions per expression
    maxBuffer: 5 * 1024,      // maximum size for the internal TeX string (5K)
    baseURL:                  // URL for use with links to tags (when there is a <base> tag in effect)
      (document.getElementsByTagName('base').length === 0) ?
        '' : String(document.location).replace(/#.*$/, ''))
  }
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</yjavascript>
[[MathJax]]に戻る
[[MathJax]]に戻る
== '''不具合''' ==
== '''不具合''' ==

2024年12月20日 (金) 13:56時点における版

MathJaxに戻る

不具合

使った小文字を使ったあとその後の小文字がずっと大文字になる問題20-05-01

Mathjax 不具合 小文字がずっと大文字になる問題20-05-01


MathJaxに戻る