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

Add missing subscripts (U+2096 - U+209C) #325

Merged
merged 1 commit into from
Sep 26, 2015
Merged

Add missing subscripts (U+2096 - U+209C) #325

merged 1 commit into from
Sep 26, 2015

Conversation

phile314
Copy link
Contributor

Adds missing subscripts. (I don't know how to test this, so this is completely untested!)

Example tex file:

\documentclass{article}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmathfont{xits-math.otf}


\begin{document}
a $xₐ$\\
e $xₑ$\\
h $xₕ$\\
i $xᵢ$\\
j $xⱼ$\\
k $xₖ$\\
l $xₗ$\\
m $xₘ$\\
n $xₙ$\\
o $xₒ$\\
p $xₚ$\\
r $xᵣ$\\
s $xₛ$\\
t $xₜ$\\
u $xᵤ$\\
x $xₓ$\\
\end{document}

See also:
aliftype/xits#42
http:https://www.unicode.org/charts/PDF/U2070.pdf

@khaledhosny
Copy link
Contributor

You can extract the .sty files by running tex unicode-math.dtx.

@khaledhosny
Copy link
Contributor

I think you missed subscript j, U+2C7C.

@phile314
Copy link
Contributor Author

I added the missing j subscript.

I tried testing it with my example latex code, but it seems that my latex version is too old and causes unrelated problems with the ucharcat package. (I can't update latex right now, because I have an important paper due next week...)

@davidcarlisle
Copy link
Member

On 26 September 2015 at 13:48, Philipp Hausmann [email protected]
wrote:

I added the missing j subscript.

I tried testing it with my example latex code, but it seems that my latex
version is too old and causes unrelated problems with the ucharcat package.


Reply to this email directly or view it on GitHub
#325 (comment).

Hmm you might want to move that issue to
https://github.com/davidcarlisle/dpctex/tree/master/ucharcat
but how old is old? ucharcat is supposed to work with at least moderately
old luatex.

David

@khaledhosny
Copy link
Contributor

You are still missing subscript h, U+2095. Otherwise all seems to be fine.

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