https://bugzilla.wikimedia.org/show_bug.cgi?id=31442
--- Comment #19 from Nicholas Longo <[email protected]> 2011-10-28 03:46:47 UTC --- By fix this do yo mean fix texvc or fix correct the wikicode? To fix the wikicode: Ensure all decorations \dot, \vec, \tilde, \hat, etc, and font chagnes (\mathcal ) place curly braces {} around their arguments. Depending on the circumstances this is not strictly speaking always required, but it will always fix any problems. Examples Bad LaTeX: Fixed: \tilde\mathcal f \tilde{\mathcal{f}} \dot \vec B \dot{\vec{B}} But when upgrading this could potentially break a lot of formulas. But I defer to your judgment about what is or is not a blocker. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
