Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Math 拡張機能を使用してメモを取るために MediaWiki を利用して方程式を表示したいのですが、段落内にネストすると、方程式が均一な行の高さを乱してしまいます。通常のテキストと同じにする方法はありますか?
レンダリングのクライアント側実装である MathJAX を使用<math>すると、同じ行の高さで非常にうまくレンダリングされることがわかりました。に以下を設定しましたLocalSettings.php。
<math>
LocalSettings.php
$wgUseMathJax = true; $wgDefaultUserOptions['math'] = MW_MATH_MATHJAX;