latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
241 stars 28 forks source link

New source document for `unicode-math-table` #429

Open wspr opened 6 years ago

wspr commented 6 years ago

There are many code changes that i'd like to make surrounding the way the math symbols are defined.

In particular, I'd like to support multiple ‘table files’ and have a few out of the box for common divisions.

This really means that I need a more flexible way to define the unicode-math-table.tex file itself. I know someone has put together a Lua table combining a lot of the Unicode mathematics definitions around the place, but I've misplaced my reference to it. And of course there's also unicode.xml that I need to refer to.

wspr commented 6 years ago

See #342 for one aspect of what's required.