File: thesis.tex

package info (click to toggle)
texlive-lang 2016.20170123-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,093,148 kB
  • ctags: 15,901
  • sloc: perl: 46,074; xml: 29,603; makefile: 5,248; sh: 3,179; python: 2,949; ansic: 2,846; ruby: 945; lisp: 726; awk: 636; java: 159; sed: 142; cpp: 12
file content (153 lines) | stat: -rw-r--r-- 3,173 bytes parent folder | download
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
\documentclass[%
master,      %  
natbib,      %   natbib  "" 
subf,        %   subcaption    
href,        %   hyperref   
colorlinks,  %  
%times,      %  Times  
%fixint,     %    
]{disser}

\usepackage[
  a4paper, mag=1000,
  left=2.5cm, right=1cm, top=2cm, bottom=2cm, headsep=0.7cm, footskip=1cm
]{geometry}
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[english,russian]{babel}
\ifpdf\usepackage{epstopdf}\fi

%      
%\pagestyle{footcenter}
%\chapterpagestyle{footcenter}

%         
%\setcitestyle{semicolon}

%     
\let\vec=\mathbf

%    
\setcounter{tocdepth}{2}

\graphicspath{{fig/}}

\begin{document}

%   
%\def\contentsname{}
%\def\conclusionname{}
%\def\bibname{}

\institution{ }

%  ,    (. )
\apname{ . }

\title{\\[-14pt]   \\}

\topic{ }

% 
\author       { } % 
\group        {1111/1} % 
\coursenum    {111111} %  
\course       { }
\masterprognum{111111} %   
\masterprog   { }

%  
\sa      { }
\sastatus{.~.-.~., .~.~.}
%   
%\sasnd      { }
%\sasndstatus{.~.-.~., .~.~.}

% 
\rev      { }
\revstatus{.~.-.~., .~.~.}
%  
%\revsnd      { }
%\revsndstatus{.~.~., .~.~.}

% 
\con{ }
\conspec{\\ }
\constatus{.~.~., .}
%  
%\consnd{ }
%\consndspec{\\}
%\consndstatus{.~.~., .}

%   
\city{-}
\date{\number\year}

\maketitle

%%
%% Titlepage in English
%%
%
%\institution{Name of Organization}
%
%% Approved by
%\apname{Professor S.\,S.~Sidorov}
%
%\title{Master's Thesis}
%
%% Topic
%\topic{Dummy Title}
%
%% Author
%\author{Author's Name} % Full Name
%\course{Physics} %  
%
%\group{} % Study Group
%\masterprog   {Title of program}
%
%% Scientific Advisor
%\sa       {I.\,I.~Ivanov}
%\sastatus {Professor}
%
%% Reviewer
%\rev      {P.\,P.~Petrov}
%\revstatus{Associate Professor}
%
%% Consultant
%\con{}
%\conspec{}
%\constatus{}
%
%% City & Year
%\city{Saint Petersburg}
%\date{\number\year}
%
%\maketitle[en]

% 
\tableofcontents
% 
\input{intro}
%  1
\input{1}
%  2
%\input{2}

% 
\input{concl}

%      
\newcommand\BibDash{"---}
%  
\let\BibEmph=\emph
\bibliographystyle{gost705}

%  
\bibliography{thesis}

% 
\appendix
\input{app-a}

\end{document}