Page MenuHomePhabricator

Non-Latin-1 characters do not show up in <math>
Closed, ResolvedPublic

Description

Author: timwi

Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=979663&group_id=34373&atid=411192
Originally submitted by Nobody/Anonymous - nobody 2004-06-25 13:39

<math>\mathrm{ö}</math> or <math>ö</math> will fail to
render (a "lexing error") however the TeX is perfectly
legitimate.

  • Additional comments ------------------------

Date: 2004-06-30 02:46
Sender: nobody
Logged In: NO

Use mbox, not mathrm:

:\mbox{ö}(x) = x^2/2
:\mbox{ö}'(x) = x

now in graphical

:\mbox{ö}(x) = x^2/2\,\!
:\mbox{ö}'(x) = x\,\!

You can see this (hopefully) at:

http://en.wikipedia.org/wiki/Wikipedia:Sandbox#testing_nonroman_c
haracters_in_math

I think that should be an adequate solution.


Version: unspecified
Severity: minor

Details

Reference
bz64

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 6:41 PM
bzimport added a project: Math.
bzimport set Reference to bz64.
bzimport added a subscriber: Unknown Object (MLST).

Is there still problems? At most this is a duplicate of bug 798