latex3 / unicode-math

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

fix typo in doc #406

Closed e-kwsm closed 7 years ago

e-kwsm commented 7 years ago

\symup appears twice

e-kwsm commented 7 years ago

Unicode-math's \sym and traditional \math commands are in different orders, e.g., blackboard bold:

\symnormal \symliteral ... \symbfsf \symbb \symbbit ...

vs

\mathnormal \mathbb \mathbbit ...

So it is a bit hard to compare a unicode-math's command and the corresponding synonym. They should be in the same order, and I believe table will be helpful, like:

unicode-math synonym
\symnormal \mathnormal
\symbb \mathbb
wspr commented 7 years ago

Thanks for spotting and taking the time for the fix.

Are you interested in adding a table of commands as you suggest? I probably won't be able to get around to this any time soon, so if you have any time to do so I'd be very happy to accept your contribution :)

e-kwsm commented 7 years ago

I just added the table, so would you modify caption, label, and surrounding sentences?

wspr commented 7 years ago

Thanks again! I'll update to suit :)