39 lines
785 B
TeX
39 lines
785 B
TeX
%%%%%%%%%%%%%%%%% Оформление ГОСТ %%%%%%%%%%%%%%%%%
|
|
|
|
\setdefaultlanguage[spelling=modern]{russian}
|
|
\setotherlanguage{english}
|
|
|
|
\setmainfont{Times New Roman}
|
|
\setromanfont{Times New Roman}
|
|
\newfontfamily\cyrillicfont{Times New Roman}
|
|
\setmonofont{Times New Roman}
|
|
|
|
\urlstyle{same}
|
|
\linespread{1.5}
|
|
\setlength{\parindent}{1.25cm}
|
|
|
|
\graphicspath{{./Images/}{./}}
|
|
|
|
\makeatletter
|
|
\renewenvironment{titlepage}{%
|
|
\thispagestyle{empty}%
|
|
}{}
|
|
\makeatother
|
|
|
|
\hypersetup{
|
|
colorlinks=true,
|
|
linkcolor=black,
|
|
filecolor=blue,
|
|
citecolor=black,
|
|
urlcolor=blue,
|
|
}
|
|
|
|
\counterwithin{figure}{section}
|
|
\counterwithin{table}{section}
|
|
|
|
\emergencystretch=25pt
|
|
|
|
\renewcommand{\figurename}{Рисунок}
|
|
\renewcommand{\tablename}{Таблица}
|
|
\renewcommand{\lstlistingname}{Листинг}
|