summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex34
1 files changed, 30 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex
index 7b10e3716e3..d47a5854b80 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/candidate/thesis.tex
@@ -1,9 +1,9 @@
\documentclass[%
candidate, % тип документа
+%natbib, % использовать пакет natbib для "сжатия" цитирований
subf, % использовать пакет subcaption для вложенной нумерации рисунков
href, % использовать пакет hyperref для создания гиперссылок
colorlinks, % цветные гиперссылки
-%times, % шрифт Times как основной
%fixint, % включить прямые знаки интегралов
%classified, % гриф секретности
%facsimile, % отображать факсимиле диссертанта
@@ -13,10 +13,36 @@ colorlinks, % цветные гиперссылки
a4paper, mag=1000,
left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
]{geometry}
+
+\usepackage[intlimits]{amsmath}
+\usepackage{amssymb,amsfonts}
+
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\ifpdf\usepackage{epstopdf}\fi
+\usepackage[autostyle]{csquotes}
+
+% Список сокращений и условных обозначений
+\usepackage[intoc,nocfg,russian]{nomencl}
+\newcommand{\nomencl}[2]{#1 --- #2\nomenclature{#1}{#2}}
+\setlength{\nomlabelwidth}{3em}
+\setlength{\nomitemsep}{-\parsep}
+\renewcommand{\nomlabel}[1]{#1 ---}
+\makenomenclature
+
+% Шрифт Times в тексте как основной
+%\usepackage{tempora}
+% альтернативный пакет из дистрибутива TeX Live
+%\usepackage{cyrtimes}
+
+% Шрифт Times в формулах как основной
+%\usepackage[varg,cmbraces,cmintegrals]{newtxmath}
+% альтернативный пакет
+%\usepackage[subscriptcorrection,nofontinfo]{mtpro2}
+
+% Плавающие рисунки "в оборку".
+\usepackage{wrapfig}
\usepackage[style=gost-numeric,
backend=biber,
@@ -36,7 +62,7 @@ colorlinks, % цветные гиперссылки
%\setcitestyle{semicolon}
% Ссылки на работы соискателя включаются в общий список литературы
-\let\citemy=\cite
+\let\citeown=\cite
% Использовать полужирное начертание для векторов
\let\vec=\mathbf
@@ -123,7 +149,7 @@ colorlinks, % цветные гиперссылки
\input{concl}
% Список сокращений и условных обозначений
-%\input{defs}
+\printnomenclature
% Словарь терминов
%\input{dict}
@@ -136,6 +162,6 @@ colorlinks, % цветные гиперссылки
% Приложения
%\appendix
-%\input{app-a}
+%\input{a}
\end{document}