When I'm zooming the compiled document, all brackets and similar figures look like on the screen. I've already installed cm-super, so I don't have troubles with the font, but, I have no an idea why the brackets look like this.
I have two files: the main and the style. The preamble of the main file is:
\documentclass[10pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english, russian]{babel}
\usepackage{Lections_style}
In the style file kinda preamble looks:
\NeedsTeXFormat{LaTeX2e}
\ProcessOptions
\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}
\RequirePackage{mathrsfs}

subfigureought not be used as it is obsolete. – cfr Aug 13 '15 at 22:20\ProcessOptionswhen there aren't any? – cfr Aug 13 '15 at 22:23\ProcessOptions. – MGMKLML Aug 13 '15 at 22:26\usepackage{everything-but-the-kitchen-sink}or make your code minimal and compilable. – Martin Schröder Aug 17 '15 at 20:12