A solution to the Square Root formatting issue in Apple's Latex.
By using the \overset command the Apple Latex to MathML translator (Blahtex) can be tricked into spacing simple square root arguments correctly. Note sometimes this is not required to get it properly spaced, however sometimes it is necessary.
As seen in the following image Z_0 = \sqrt{\dfrac {L}{C}} does not center the fraction in the square root correctly. By adding an \overset command with a single empty argument the problem can be corrected.