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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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.