I've just noticed, that after rendering if I zoom the text then it look like a low quality text (look at the screen). I've heard that I can install cm-super package. I put \usepackage{cm-super} to the preamble but get an error "cm-super.sty not found". Before If I didn't have any package latex suggested me to install it right in the latex so I didn't have to visit any websites or something. Am I supposed to install it manually?
Anyway, how can I solve the problem?
I have two files in my project: latex file and .sty file. Here's how the preambles look:
In the main file:
\documentclass[10pt, a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[T2A]{fontenc} \usepackage[english, russian]{babel} \usepackage{Lections_style}In the lections style:
\RequirePackage{amsfonts} \RequirePackage{amsmath} \RequirePackage{amssymb} \RequirePackage{graphicx} \RequirePackage{babel,blindtext} \RequirePackage{subfigure} \RequirePackage{hyperref} \RequirePackage{fancyhdr} \RequirePackage{cite} \RequirePackage{amsthm} \RequirePackage{xparse} \RequirePackage{mathabx} \RequirePackage{array} \RequirePackage{tabularx} \RequirePackage{multirow} \RequirePackage{makecell}
There're already 55 pages typed so I would be very glad if there's any solution without a lot of pain. Thank you and sorry for my English.
I've been asked to give a MWE, so here it is:
\documentclass[10pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english, russian]{babel}
\begin{document} Проверка текста.
\end{document}


true typeortype 1format that pdflatex is aware of. As formathabx, do you havemathabx-type1installed? – Bernard Aug 05 '15 at 12:28.ttf) or Postscript type 1 (extension:.pfb). The problem is thatpdflatexhas to know where to find them, otherwise it will substitutebitmapfonts, hence the pixellisation if zoomed. This is done through a.mapfile. – Bernard Aug 05 '15 at 12:38cm-superLaTeX package. Are you using MiKTeX, by chance? – egreg Aug 05 '15 at 13:13mathabx-type1and runinitexmfas suggested here – egreg Aug 05 '15 at 13:16cm-super. – egreg Aug 05 '15 at 13:21