Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 477f6f0

Browse files
committed
fix labels
1 parent fe889c8 commit 477f6f0

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

postgresql.sty

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,20 @@
2323

2424
\graphicspath{{images/}{schemes/}{software/}}
2525

26+
\sloppy
27+
2628
%\renewcommand{\familydefault}{\sfdefault}
2729
\renewcommand{\rmdefault}{ftm}
2830

29-
\renewcommand{\lstlistingname}{Код}
30-
\renewcommand{\figurename}{Рис.}
31-
32-
\sloppy
31+
\renewcommand\lstlistingname{Код}
32+
\renewcommand\figurename{Рис.}
33+
\renewcommand\contentsname{Содержание}
34+
\addto\captionsenglish{
35+
\renewcommand{\contentsname}%
36+
{Содержание}%
37+
\renewcommand{\figurename}%
38+
{Рис.}%
39+
}
3340

3441
\definecolor{lineno}{rgb}{0.5,0.5,0.5}
3542
\definecolor{code}{rgb}{0,0.1,0.6}

0 commit comments

Comments
 (0)