-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
57 lines (46 loc) · 1.73 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
% !TEX program = xelatex
% !TEX root = thesis.tex
\documentclass{itmo-thesis}
\usepackage{color}
\usepackage{gensymb}
\newcommand{\hl}[1]{
{\color{yellow} #1}}
\setmainlanguage{russian}
\begin{document}
\filltitle{ru}{
chair = {Кафедра нанофотоники и метаматериалов},
title = {Исследование различных методик прокрастинации при необходимости оформлять тексты в ТеХе},
type = {master},
position = {студента},
group = {V4140},
coursenum = {12.04.03},
course = {Нанофотоника и Метаматериалы},
author = {Дмитриев Павел Алексеевич},
supervisorPosition = {к.\,ф.-м.\,н.},
supervisor = {Самый С.О.К.},
reviewerPosition = {Тоже},
reviewer = {Фрукт},
chairHeadPosition = {д.\,ф.-м.\,н.},
chairHead = {Маракуйя},
}
\maketitle
\tableofcontents
\section{Section McSectionFace}
\section{Раздел Разделочный}
\subsection{И это ещё не конец}
\subsubsection{Всё ещё не нащупали дно}
\paragraph{Вот дно, но снизу могут постучать}
\newpage
%\setlength{\parskip}{-3pt}
%\renewcommand\bibsection{\nsection{Литература}}
%\let\oldbibliography\thebibliography
%\renewcommand{\thebibliography}[1]{%
% \oldbibliography{#1}
% \setlength{\itemsep}{6pt}
%}
%\def\BibPrefix{}
\nocite{*}
%\bibliographystyle{disser_m}
\bibliographystyle{ugost2008ls}
\bibliography{references}
\end{document}