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 |
||
| Line 1: | Line 1: | ||
=Debugging math alignment in MediaWiki= | =Debugging math alignment in MediaWiki= | ||
Here is an example of an incorrect bracket size as 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> | |||
Revision as of 13:32, 21 May 2025
Debugging math alignment in MediaWiki
Here is an example of an incorrect bracket size as viewed in Google Chrome (version 137.0.7151.41) on my iMac (macOS: Sequoia 15.4.1) …
<== Correct bracket sizes
<== Incorrect right-bracket size