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

公式字体中\mathcal花写和原来的字体差距太大 #430

Open
Th0masAndy opened this issue Oct 28, 2024 · 1 comment
Open

公式字体中\mathcal花写和原来的字体差距太大 #430

Th0masAndy opened this issue Oct 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Th0masAndy
Copy link

可改进的内容

因为引入了mathptmx包之和,mathcal花写体和原来差距较大,容易与常规写法有出入

代码与步骤

在mathptmx包下面加入两行代码就可以恢复花写字体
\usepackage{mathptmx} % Use times font in equation env (#426 #425)
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
\DeclareSymbolFont{largesymbols}{OMX}{cmex}{m}{n}

预期结果

No response

@Th0masAndy Th0masAndy added the enhancement New feature or request label Oct 28, 2024
@Jh271441
Copy link

在config/packages.txt下添加:

\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
\DeclareSymbolFont{largesymbols}{OMX}{cmex}{m}{n}

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

No branches or pull requests

2 participants