font: use rsfs for spin operator#56
Merged
jeanwsr merged 3 commits intonominhanggai:masterfrom Mar 10, 2025
Merged
Conversation
…milar to szabo the book. More missing character introduced also.
Collaborator
Collaborator
|
mathpazo本来没有用到吧,用的可能是 可以参考一下 https://tex.stackexchange.com/questions/532897/what-package-should-i-use-for-mathscrc . |
Contributor
Author
缺的应该只是mathrsfs.sty一个文档。考虑到mathalfa包没问题,我试试直接改它的字体? |
Collaborator
|
目前的编译产物还是有一些问题。首先由于rsfs没有小写字母,所以第七章的含花体g的公式有很大问题。或许我们可以恢复到默认使用boondoxo,只对 |
Contributor
Author
|
@jeanwsr 好像可以。qwen声称可以声明一个宏(而非绑定给 |
Collaborator
|
奇怪,我本地也没问题但是github action上有 |
Collaborator
|
先合并吧,等下我再debug。 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sin the font rsfs(provided by macro packagemathrsfs) looks more similar with szabo the book than the font provided bymathpazo; this PR subtitutes the macro packagemathpazotomathrsfs.This PR origins from the issue #54 .