Appendix/MediaWiki Schubotz: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Debugging math alignment in MediaWiki= <math> x = \biggl[\frac{y\cos\theta}{z}\biggr]^2 </math>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Debugging math alignment in MediaWiki= | =Debugging math alignment in MediaWiki= | ||
Here is an example of an incorrect bracket size as displayed by MediaWiki (version 1.43.1, release date 10-04-2025) and viewed in Google Chrome (version 137.0.7151.41) on my iMac (macOS: Sequoia 15.4.1) … | |||
<math> | |||
x = \biggl[\frac{y~\cos\theta}{z}\biggr] | |||
</math> | |||
<font color="green"><== Correct bracket sizes</font> | |||
<br /> <br /> | |||
<math> | <math> | ||
x = \biggl[\frac{y\cos\theta}{z}\biggr]^2 | x = \biggl[\frac{y~\cos\theta}{z}\biggr]^2 | ||
</math> | </math> | ||
<font color="red"><== Incorrect right-bracket size</font> | |||
Latest revision as of 13:38, 21 May 2025
Debugging math alignment in MediaWiki[edit]
Here is an example of an incorrect bracket size as displayed by MediaWiki (version 1.43.1, release date 10-04-2025) and viewed in Google Chrome (version 137.0.7151.41) on my iMac (macOS: Sequoia 15.4.1) …
<== Correct bracket sizes
<== Incorrect right-bracket size