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

Greek letters in superscript/subscript #66

Open
julianeagu opened this issue Mar 3, 2017 · 2 comments
Open

Greek letters in superscript/subscript #66

julianeagu opened this issue Mar 3, 2017 · 2 comments

Comments

@julianeagu
Copy link

julianeagu commented Mar 3, 2017

My greek letters don't render when they are in the superscript/subscript inside an equation. Regular greek letters render just fine.
For example $\beta$ renders but $_\beta$ and $^\beta$ do not.

Has anyone had this problem before?

@iniyannatarajan
Copy link

Yes, I do. My quick and dirty solution for this is to use \mathrm{\beta} when greek letters occur in superscript/subscript. I would appreciate it if someone could point to a better solution though.

@julianeagu
Copy link
Author

So I actually traced this to http://tex.stackexchange.com/questions/265763/no-superscript-or-subscript-greek-letters-with-eb-garamond-and-mathspec. It seems to be a problem with EB Garamond.
Indeed, if I got into Dissertate.cls and comment out this line \setmathsfont(Digits,Latin,Greek)[Numbers={Proportional}]{EB Garamond} the equations display okay, but they are in the default font rather than EB Garamond.
I haven't been able to successfully update EB Garamond to get rid of this issue, but hopefully this will point people in the right direction when looking for a solution.

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

No branches or pull requests

2 participants