-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis_en.tex
55 lines (46 loc) · 1.39 KB
/
thesis_en.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
% !TEX program = xelatex
% !TEX root = thesis_en.tex
\documentclass{itmo-thesis}
\usepackage{color}
\usepackage{gensymb}
\newcommand{\hl}[1]{
{\color{yellow} #1}}
\setmainlanguage{english}
\begin{document}
\filltitle{en}{
chair = {Department of Nanophotonics and Metamaterials},
title = {Procrastination as a method of perfecting \LaTeX~templates},
type = {master},
position = {Student},
group = {V4240},
coursenum = {12.04.03},
course = {Nanophotonics and Metamaterials},
author = {Dmitriev Pavel Alekseevich},
supervisorPosition = {Very},
supervisor = {Important Dude},
reviewerPosition = {},
reviewer = {},
chairHeadPosition = {Even More},
chairHead = {Important Dude},
}
\maketitle
\tableofcontents
\section{Section McSectionFace}
\section{I ran out of ideas}
\subsection{Deeper}
\subsubsection{Still Deeper}
\paragraph{End of the Rabbit Hole}
\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}