-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[80_6] Improving Radical Box Typesetting (#2118)
## What Improving Fraction Box Typesetting. ## Why For some opentype math font, math table gives more precise information about typesetting radical. ## How to test your changes? Open `devel/80_6.tmu`. It is evident that the Asana Math and Fira Math opentype fonts have undergone changes, with significant adjustments in the spacing and positioning before and after the degree symbol. In contrast, the latter two hardcoded opentype fonts have remained unchanged. Before: ![image](https://github.com/user-attachments/assets/70946804-6b11-48e9-b975-a16b716d9697) After: ![image](https://github.com/user-attachments/assets/49e2a0a4-214d-487d-91e8-46a872a083dd)
- Loading branch information
Showing
6 changed files
with
105 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<TMU|<tuple|1.0.4|1.2.9.3-rc2>> | ||
|
||
<style|<tuple|generic|chinese>> | ||
|
||
<\body> | ||
Asana Math: | ||
|
||
<\equation*> | ||
<around*|{|<sqrt|1234|abc>|}><sqrt|1+<sqrt|2+<sqrt|3+<sqrt|4+<sqrt|5+<sqrt|6+<sqrt|7+<sqrt|8+\<cdots\>>>>>>>>> | ||
</equation*> | ||
|
||
Fira Math: | ||
|
||
<\equation*> | ||
<with|font|Fira Math|<around*|{|<sqrt|1234|abc>|}><sqrt|1+<sqrt|2+<sqrt|3+<sqrt|4+<sqrt|5+<sqrt|6+<sqrt|7+<sqrt|8+\<cdots\>>>>>>>>>> | ||
</equation*> | ||
|
||
TeX Gyre Pagella Math: | ||
|
||
<\equation*> | ||
<with|font|TeX Gyre Pagella Math|<around*|{|<sqrt|1234|abc>|}><sqrt|1+<sqrt|2+<sqrt|3+<sqrt|4+<sqrt|5+<sqrt|6+<sqrt|7+<sqrt|8+\<cdots\>>>>>>>>>> | ||
</equation*> | ||
|
||
\ TeX Gyre Schola Math: | ||
|
||
<with|font|TeX Gyre Schola Math|<\equation*> | ||
<around*|{|<sqrt|1234|abc>|}><sqrt|1+<sqrt|2+<sqrt|3+<sqrt|4+<sqrt|5+<sqrt|6+<sqrt|7+<sqrt|8+\<cdots\>>>>>>>>> | ||
</equation*>> | ||
</body> | ||
|
||
<\initial> | ||
<\collection> | ||
<associate|font|Asana Math> | ||
<associate|font-family|rm> | ||
<associate|font-shape|italic> | ||
<associate|math-font|math-dejavu> | ||
<associate|page-medium|paper> | ||
<associate|page-screen-margin|false> | ||
</collection> | ||
</initial> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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