Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few additional subscripts, greek letters #479

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

thirs
Copy link

@thirs thirs commented Jul 2, 2018

Status

Extremely minor.

Description

Just added a few superscripts for greek letters.

Minimal example demonstrating the new/fixed functionality

\documentclass{article}
\usepackage{unicode-math}
\begin{document}
\[
   aᵝ,aᵞ,aᵟ,aᵠ, bᵡ
\]
\end{document}

@wspr wspr merged commit 1767705 into latex3:master Jul 2, 2018
@wspr
Copy link
Collaborator

wspr commented Jul 2, 2018

Thanks!

@thirs
Copy link
Author

thirs commented Jul 2, 2018

Thanks to you!

@thirs thirs deleted the toms-additions branch July 2, 2018 12:22
@ArchangeGabriel
Copy link
Contributor

I would rather have put them at the end of the list than in the middle of numbers. There is no code-point ordering in place AFAICS, so this would make more sense. It’s also the case for subscripts btw.

@thirs
Copy link
Author

thirs commented Jul 2, 2018

Sure.

@ArchangeGabriel
Copy link
Contributor

Also note that those are modifiers letters, not superscripts. And they are some more like this: ᶲ, ᶿ, ᶥ, ᶷ.

@ArchangeGabriel
Copy link
Contributor

If you’re going this way, there is also a lot of missing Latin letters from https://unicode-table.com/en/blocks/phonetic-extensions/. I can add them in a PR if required.

@ArchangeGabriel
Copy link
Contributor

@wspr
Copy link
Collaborator

wspr commented Jul 2, 2018 via email

@ArchangeGabriel
Copy link
Contributor

Well, I was trying to find detailed Unicode properties but I can’t remember where to find them. Anyway, for instance the sub- and superscripts β are defined as <sub> GREEK SMALL LETTER BETA (U+03B2) and <super> GREEK SMALL LETTER BETA (U+03B2) respectively, so despite their names of Greek Subscript Small Letter Beta vs Modifier Letter Small Beta, I think it should be OK. However I’m not sure whether fonts implement them though.

PR on its way, I’m making sure to got everything included this time. Do we also want Cyrillic letters? Else I will limit myself to latin+greek.

@wspr
Copy link
Collaborator

wspr commented Jul 2, 2018 via email

@ArchangeGabriel
Copy link
Contributor

After some thinking on this, I’m excluding the following characters from my PR, because they are not superscript variant of greek letters but of latin letters with similar names:

So the only new greek superscript in my PR will be ᶿ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants