https://bugzilla.wikimedia.org/show_bug.cgi?id=38722

--- Comment #3 from Derk-Jan Hartman <hart...@videolan.org> 2012-08-05 11:50:17 
UTC ---
\acute is a 'mathmode' operator, not a textual element. \mbox renders text in
the font that surrounds the mathmode part, but has lots of issues apparently
(looks a bit as if it's just mathmode, but with a different font). \text (part
of AMS) is the best way to render text inside mathmode apparently.

bug 2458 basically discusses the issue that there are named operators in latex
\lim for instance, that some users would expect to be rendered as lím in
certain countries. In the discussion of the bug, multiple workarounds to create
lím in other ways are being discussed, however none of those methods are ideal.

With AMS and MathJax you can actually do it the proper way, which is:

\DeclareMathOperator*{\lim}{lím}

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to