Fonts & Character Sets ⇒ Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Hi all,
When I open a pdf file containing latex math equation, Illustrator or InDesign will complain about the missing fonts as follows:
CMSY10, CMR10, CMMI10, CMMI7, CMEX10
I have already looked for these fonts on the internet.
I could not find them for Windows.
Please let me know the place from which I can download.
Thank you in advance.
regards,
LaTeXian
When I open a pdf file containing latex math equation, Illustrator or InDesign will complain about the missing fonts as follows:
CMSY10, CMR10, CMMI10, CMMI7, CMEX10
I have already looked for these fonts on the internet.
I could not find them for Windows.
Please let me know the place from which I can download.
Thank you in advance.
regards,
LaTeXian
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Look here for various formats:
http://www.ctan.org/tex-archive/fonts/c ... e1/bakoma/
http://www.ctan.org/tex-archive/fonts/c ... e1/bakoma/
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
You don't need to download them. Install the cm-super package if not done yet. To activate the EC fonts, add the fontenc package to your preamble.latexian wrote:[...] I have already looked for these fonts on the internet.
I could not find them for Windows.
Please let me know the place from which I can download.
Thank you in advance. [...]
Code: Select all
\usepackage[T1]{fontenc}
Code: Select all
\usepackage{lmodern}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
to : localghost & frabjous
Thanks for replying.
I will try soon.
Thanks for replying.
I will try soon.
-
- Posts: 3
- Joined: Thu Feb 02, 2012 12:24 pm
Re: Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
I have problem with non english alphabet, It's not seem same, How can I find the ö,ç,i,ş,ğ,ü,Ü,Ğ,İ,Ş,Ç,Ö,ı in this fonts. Example of the font in the attachment.
- Attachments
-
- upshape.png (10.96 KiB) Viewed 70987 times
-
- itshape.png (15.66 KiB) Viewed 70987 times
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Hi,
Stefan
which font do you mean - Computer Modern? How did you produce this output? Can you show this with the code of a small document?cereyanakapilma wrote:I have problem with non english alphabet, It's not seem same, How can I find the ö,ç,i,ş,ğ,ü,Ü,Ğ,İ,Ş,Ç,Ö,ı in this fonts. Example of the font in the attachment.
Stefan
LaTeX.org admin
-
- Posts: 3
- Joined: Thu Feb 02, 2012 12:24 pm
Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
It's computer modern fonts which is cmr10 and cmmi10.Stefan_K wrote:Hi,
which font do you mean - Computer Modern? How did you produce this output? Can you show this with the code of a small document?cereyanakapilma wrote:I have problem with non english alphabet, It's not seem same, How can I find the ö,ç,i,ş,ğ,ü,Ü,Ğ,İ,Ş,Ç,Ö,ı in this fonts. Example of the font in the attachment.
Stefan
I use latex on libre office and inkscape.
I have to use this codes for non english language (\u{g} – ğ, \u{G} – Ğ, \c{c} – ç, \c{C} – Ç) and It's ok but when I use those fonts in libre office and inkscape. It seems like the images whşsh I added.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Perhaps type the characters directly, using utf8 encoding. More is hard to say, because it doesn't seem to be a LaTeX problem but of LibreOffice or Inkscape, as you cannot show problematic code.
Stefan
Stefan
LaTeX.org admin
-
- Posts: 3
- Joined: Thu Feb 02, 2012 12:24 pm
Where can I get CMSY10, CMR10, CMMI10, CMMI7, CMEX10?
Thanks for helpStefan_K wrote:Perhaps type the characters directly, using utf8 encoding. More is hard to say, because it doesn't seem to be a LaTeX problem but of LibreOffice or Inkscape, as you cannot show problematic code.
Stefan