we get a sample.pdf. On the picture one can see that the first "ABC" proves to be in a vector font, but after switching to Russian both "ДЖЫ" and the second "ABC" are raster. How can I make a pdf with vector Russian fonts?
WBR,
Vladimir.
P.S. I use MikTeX 2.9.6730 now and do remember very well that in some earlier version of MikTeX there were no such problem. All fonts in pdf were vector ones.
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
Hi to you, too!
Do you get the same result when running pdfLaTeX directly?
Then post the last couple of lines of your sample.log file of that pdfLaTeX run (where it lists the fonts used, each enclosed in <>).
My guess is, you're using cm standard font now and you used cm-super before.
You can install cm-super, that Rainer mentioned, as a normal package using the MiKTeX package manager. You don't need to add something in the code, it's automatically used if needed. Actually, it's used when T1 font encoding is enabled. That's actually recommendable.
So, if you verified that cm-super is installed, you can enable the (better, newer, non-default) T1 font encoding by
If it doesn't, there's another option. The Latin Modern font was designed to be a future replacement for the default Computer Modern font. It's very similar and of high quality. You can load it by
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 8.
LaTeX Font Info: ... okay on input line 8.
LaTeX Font Info: Checking defaults for T2A/cmr/m/n on input line 8.
LaTeX Font Info: Try loading font information for T2A+cmr on input line 8.
("C:\Program Files\MiKTeX 2.9\tex\latex\cyrillic\t2acmr.fd"
File: t2acmr.fd 2001/08/11 v1.0a Computer Modern Cyrillic font definitions
)
LaTeX Font Info: ... okay on input line 8.
Hi Vladimir,
sorry for the late reply, I'm currently a bit out of sync.
I'd still say you're missing the cm-super fonts in your MikTeX installation.
What does the same section give you under TeXLive? Since it's working there, I'd assume you've got cm-super installed in TL but not in MikTeX...
Really I found that cm-super package was not installed. I've installed it now (by MikTeX console) but I do not see any changes. In particular, the line in the pdflatex log is still
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