-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[80_9] Font: render as italic for math font family ending with Math
## What Render the single character in math mode as italic math unicode. ## Why For Latin Modern Math, it is using the pool italic fallback font and it is very ugly. ## How to test your changes? Open 80_9.tmu Before: ![image](https://github.com/user-attachments/assets/d77b6894-6c34-4a02-9806-aebdcc95b378) Now: ![image](https://github.com/user-attachments/assets/1a4d870a-8e92-4e44-aaf5-370d55ed9d5e)
- Loading branch information
Showing
2 changed files
with
116 additions
and
47 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,50 @@ | ||
<TMU|<tuple|1.0.5|1.2.9.5>> | ||
|
||
<style|<tuple|generic|chinese>> | ||
|
||
<\body> | ||
<\hide-preamble> | ||
\; | ||
</hide-preamble> | ||
|
||
Roman: | ||
|
||
<\equation*> | ||
a+b+ab | ||
</equation*> | ||
|
||
Stix Math: | ||
|
||
<\equation*> | ||
<with|font|Stix Math|a+b+ab> | ||
</equation*> | ||
|
||
Latin Modern Math: | ||
|
||
<\equation*> | ||
<with|font|Latin Modern Math|a+b+ab> | ||
</equation*> | ||
|
||
TeX Gyre Bonum Math: | ||
|
||
<\equation*> | ||
<with|font|TeX Gyre Bonum Math|a+b+ab> | ||
</equation*> | ||
|
||
Fira Math: | ||
|
||
<\equation*> | ||
<with|font|Fira Math|a+b+ab> | ||
</equation*> | ||
|
||
\; | ||
</body> | ||
|
||
<\initial> | ||
<\collection> | ||
<associate|font|roman> | ||
<associate|font-family|rm> | ||
<associate|math-font|roman> | ||
<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