https://bugzilla.wikimedia.org/show_bug.cgi?id=35186
--- Comment #19 from Richard Morris <[email protected]> 2012-05-04 11:24:34 UTC --- As nageh has said \texttt \textsf and \emph can probably be fixed by adding MathJax.Hub.Config({ TeX: { Macros: { texttt: ['Macro','\\mathord{\\tt{\\text{#1}}}',1], textsf: ['Macro','\\mathord{\\sf{\\text{#1}}}',1], emph: ['Macro','\\textit{#1}',1], // doesn't switch to \textrm within italic text as it should } } } although I'm not sure if it works for doubly nested items (which don't actually work for \textbf{\textit{broken}} anyway). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
