summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex48
1 files changed, 39 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
index f21cd3a0a57..1ce686c1b8c 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex
@@ -4,7 +4,6 @@ natbib, % использовать пакет natbib для "сжатия" цитирований
subf, % использовать пакет subcaption для вложенной нумерации рисунков
href, % использовать пакет hyperref для создания гиперссылок
colorlinks, % цветные гиперссылки
-%times, % шрифт Times как основной
%fixint, % включить прямые знаки интегралов
]{disser}
@@ -12,10 +11,25 @@ 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[cp1251]{inputenc}
\usepackage[english,russian]{babel}
\ifpdf\usepackage{epstopdf}\fi
+\usepackage[autostyle]{csquotes}
+
+% Шрифт Times в тексте как основной
+%\usepackage{tempora}
+% альтернативный пакет из дистрибутива TeX Live
+%\usepackage{cyrtimes}
+
+% Шрифт Times в формулах как основной
+%\usepackage[varg,cmbraces,cmintegrals]{newtxmath}
+% альтернативный пакет
+%\usepackage[subscriptcorrection,nofontinfo]{mtpro2}
% Плавающие рисунки "в оборку".
\usepackage{wrapfig}
@@ -42,6 +56,10 @@ colorlinks, % цветные гиперссылки
%\def\conclusionname{Выводы}
%\def\bibname{Литература}
+%
+% Титульный лист на русском языке
+%
+
\institution{Название организации}
% Имя лица, допускающего к защите (зав. кафедрой)
@@ -52,10 +70,13 @@ colorlinks, % цветные гиперссылки
\topic{Тема работы}
% Автор
-\author{ФИО студента} % ФИО
-\group{1111/1} % Группа
-\coursenum{111111} % Номер специальности
-\course{Физика} % Название специальности
+\author{ФИО автора}
+% Группа
+\group{1111/1}
+% Номер специальности
+\coursenum{111111}
+% Название специальности
+\course{Физика}
% Научный руководитель
\sa {ФИО руководителя}
@@ -83,7 +104,7 @@ colorlinks, % цветные гиперссылки
%
%% Author
%\author{Author's Name} % Full Name
-%\course{Physics} % Название специальности
+%\course{Physics} % Specialization
%
%\group{} % Study Group
%
@@ -95,6 +116,11 @@ colorlinks, % цветные гиперссылки
%\rev {P.\,P.~Petrov}
%\revstatus{Associate Professor}
%
+%% Consultant
+%\con{}
+%\conspec{}
+%\constatus{}
+%
%% City & Year
%\city{Saint Petersburg}
%\date{\number\year}
@@ -115,13 +141,17 @@ colorlinks, % цветные гиперссылки
% Заключение
\input{concl}
-% Добавлять длинное тире в качестве разделителя
-\newcommand\BibDash{"---}
+% Не добавлять длинное тире в качестве разделителя
+%\newcommand\BibDash{}
% Выделять курсивом
\let\BibEmph=\emph
-\bibliographystyle{gost705}
+\bibliographystyle{gost2008}
% Список литературы
\bibliography{thesis}
+% Приложения
+%\appendix
+%\input{a}
+
\end{document}