Appendix/MediaWiki Schubotz: Difference between revisions

From JETohlineWiki
Jump to navigation Jump to search
Joel2 (talk | contribs)
Created page with "=Debugging math alignment in MediaWiki= <math> x = \biggl[\frac{y\cos\theta}{z}\biggr]^2 </math>"
 
Joel2 (talk | contribs)
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) &hellip;


<math>
x = \biggl[\frac{y~\cos\theta}{z}\biggr]
</math>
&nbsp; &nbsp; <font color="green"><== Correct bracket sizes</font>
<br />&nbsp;<br />
<math>
<math>
x = \biggl[\frac{y\cos\theta}{z}\biggr]^2
x = \biggl[\frac{y~\cos\theta}{z}\biggr]^2
</math>
</math>
&nbsp; &nbsp; <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) …


x=[ycosθz]     <== Correct bracket sizes
 
x=[ycosθz]2     <== Incorrect right-bracket size