I trying to figure what the font that is being used for mathematics equations, as I need to use the same font for mathematics functions and variables on diagrams created in other applications.
Mathematics equations is normally written with italic letters for variable names, thus the font used must support italics. I thought it was Latin Modern Math, but found there is no italics in that font, thus that is not the font used for mathematics equations.
How does one determine what fonts are actually used in a document, particular fonts used in math mode?
Using PDF-LaTeX to compile the documents.
Fonts & Character Sets ⇒ Fonts used for typing mathematics
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Fonts used for typing mathematics
The default LaTeX math font is Computer Modern Math Italic.
Latin modern math includes italic, but at a different position (U+1D434 and later). It's very similar to Computer Modern, it has been done as replacement with improvements.
Perhaps just get Computer Modern Math Italic as ttf font, such as the cmmi*.ttf files here: https://ctan.org/tex-archive/fonts/cm/p ... bakoma/ttf.
Stefan
Latin modern math includes italic, but at a different position (U+1D434 and later). It's very similar to Computer Modern, it has been done as replacement with improvements.
Perhaps just get Computer Modern Math Italic as ttf font, such as the cmmi*.ttf files here: https://ctan.org/tex-archive/fonts/cm/p ... bakoma/ttf.
Stefan
LaTeX.org admin
-
- Posts: 7
- Joined: Mon Sep 12, 2016 7:40 am
Fonts used for typing mathematics
Thanks Stefan.
Seems the application does not know how to retrieve the italics letters from the other plane of the Latin Modern Math.
Pointing out where to get the TTF files for the Computer Modern Math Italics solved the problem, after I installed them in the fonts directory of the system.
Seems the application does not know how to retrieve the italics letters from the other plane of the Latin Modern Math.
Pointing out where to get the TTF files for the Computer Modern Math Italics solved the problem, after I installed them in the fonts directory of the system.