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

Reset mathcal fonts to default #19

Closed
psivesely opened this issue Aug 26, 2019 · 1 comment
Closed

Reset mathcal fonts to default #19

psivesely opened this issue Aug 26, 2019 · 1 comment

Comments

@psivesely
Copy link

mathptmx introduces a really terrible font for mathcal. Consider adding \DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n} to reset it to the standard alphabet.

@ikirker
Copy link
Contributor

ikirker commented May 21, 2021

(Sorry this took so long to get to, I missed the notifications from this repo. 😓)

I see what you mean. It's a little calligraphically OTT.

With just mathptmx:
Screenshot 2021-05-21 at 15 22 45

With the reset:
Screenshot 2021-05-21 at 15 22 59

So, I think the proposed command sets the "alphabet" for \mathcal for the OMS encoding block, to the cmsy font, m series (medium, I think), n weight, which is the ordinary default.

Some references for this:

This should be safe to add to the class file, I think.

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