Fonts & Character Sets ⇒ Fonts used for typing mathematics
-
- Posts: 7
- Joined: Mon Sep 12, 2016 7:40 am
Fonts used for typing mathematics
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Fonts used for typing mathematics
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
-
- Posts: 7
- Joined: Mon Sep 12, 2016 7:40 am
Fonts used for typing mathematics
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.