summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex46
1 files changed, 39 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex
index b8f40840826..a78335a4f00 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/bachelor/thesis.tex
@@ -1,9 +1,9 @@
\documentclass[%
bachelor, % тип документа
+%natbib, % использовать пакет natbib для "сжатия" цитирований
subf, % использовать пакет subcaption для вложенной нумерации рисунков
href, % использовать пакет hyperref для создания гиперссылок
colorlinks, % цветные гиперссылки
-%times, % шрифт Times как основной
%fixint, % включить прямые знаки интегралов
]{disser}
@@ -11,12 +11,28 @@ 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}
+
+% Шрифт Times в тексте как основной
+%\usepackage{tempora}
+% альтернативный пакет из дистрибутива TeX Live
+%\usepackage{cyrtimes}
-\usepackage[style=gost-numeric,
+% Шрифт Times в формулах как основной
+%\usepackage[varg,cmbraces,cmintegrals]{newtxmath}
+% альтернативный пакет
+%\usepackage[subscriptcorrection,nofontinfo]{mtpro2}
+
+\usepackage[%
+ style=gost-numeric,
backend=biber,
language=auto,
hyperref=auto,
@@ -51,6 +67,10 @@ colorlinks, % цветные гиперссылки
%\def\conclusionname{Выводы}
%\def\bibname{Литература}
+%
+% Титульный лист на русском языке
+%
+
\institution{Название организации}
% Имя лица, допускающего к защите (зав. кафедрой)
@@ -61,10 +81,13 @@ colorlinks, % цветные гиперссылки
\topic{Тема работы}
% Автор
-\author{ФИО студента} % ФИО
-\group{1111/1} % Группа
-\coursenum{111111} % Номер специальности
-\course{Физика} % Название специальности
+\author{ФИО автора}
+% Группа
+\group{1111/1}
+% Номер специальности
+\coursenum{111111}
+% Название специальности
+\course{Физика}
% Научный руководитель
\sa {ФИО руководителя}
@@ -92,7 +115,7 @@ colorlinks, % цветные гиперссылки
%
%% Author
%\author{Author's Name} % Full Name
-%\course{Physics} % Название специальности
+%\course{Physics} % Specialization
%
%\group{} % Study Group
%
@@ -104,6 +127,11 @@ colorlinks, % цветные гиперссылки
%\rev {P.\,P.~Petrov}
%\revstatus{Associate Professor}
%
+%% Consultant
+%\con{}
+%\conspec{}
+%\constatus{}
+%
%% City & Year
%\city{Saint Petersburg}
%\date{\number\year}
@@ -127,4 +155,8 @@ colorlinks, % цветные гиперссылки
% Список литературы
\printbibliography[heading=bibintoc]
+% Приложения
+\appendix
+\input{a}
+
\end{document}