Extend support for unicode chars in LaTeX #1

Open
opened 2016-08-11 17:50:55 +01:00 by SuzanneSoy · 2 comments
SuzanneSoy commented 2016-08-11 17:50:55 +01:00 (Migrated from github.com)

@${xᵢ} and similar unicode math has high chances of not being supported in LaTeX (and renders differently in MathJax than @${x_i}.

We should pre-process the unicode chars and replace them with the corresponding LaTeX sequence (unless the user specifies not to do so).

`@${xᵢ}` and similar unicode math has high chances of not being supported in LaTeX (and renders differently in MathJax than `@${x_i}`. We should pre-process the unicode chars and replace them with the corresponding LaTeX sequence (unless the user specifies not to do so).
ghost commented 2016-09-01 04:37:32 +01:00 (Migrated from github.com)

You may be aware of this already, but the tables from the unicode-math package and the LaTeX Unicode Character References may be useful, with the unicode-math table being more recently updated.

(I'm actually only here to report a typo.)

You may be aware of this already, but the tables from the [unicode-math](https://github.com/wspr/unicode-math/blob/master/unicode-math-table.tex) package and the [LaTeX Unicode Character References](http://milde.users.sourceforge.net/LUCR/Math/) may be useful, with the unicode-math table being more recently updated. (I'm actually only here to report a typo.)
SuzanneSoy commented 2016-09-01 10:29:24 +01:00 (Migrated from github.com)

@whatsthepoint I know about unicode-math, but it only support a few characters, so you need to write your own mappings in a lot of cases, e.g. $xᵢ$ and $x₉$ are most likely not working with unicode-math. I already have a small table of extra mappings, I just need to clean it up and copy it over here.

Thanks for the LaTeX Unicode Character References, I didn't know about it. There seem to be some mapping tables there that could be useful :) .

@whatsthepoint I know about unicode-math, but it only support a few characters, so you need to write your own mappings in a lot of cases, e.g. `$xᵢ$` and `$x₉$` are most likely not working with unicode-math. I already have a small table of extra mappings, I just need to clean it up and copy it over here. Thanks for the [LaTeX Unicode Character References](http://milde.users.sourceforge.net/LUCR/Math/), I didn't know about it. There seem to be some mapping tables there that could be useful :) .
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/scribble-math#1
No description provided.