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 (138 lines) | stat: -rw-r--r-- 2,702 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
\documentclass[%
candidate,   %  
natbib,      %   natbib  "" 
subf,        %   subcaption    
href,        %   hyperref   
colorlinks,  %  
%times,      %  Times  
%fixint,     %    
%classified, %  
%facsimile,  %   
]{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\citemy=\cite

%     
\let\vec=\mathbf

%     
\graphicspath{{fig/}}

\begin{document}

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

%        
% (     ).
\input{common}

%     
%\copynum{1}
%  
%\classlabel{  }

%  
\libcatnum{12345}

\title{\\
   \\
 - }

\maketitle

%%
%% Titlepage in English
%%
%
%\institution{Name of Organization}
%
%\title{PhD Thesis}
%
%% Topic
%\topic{Dummy Title}
%
%% Author
%\author{Author's Name}
%
%\specnum{01.04.05}
%\spec{Optics}
%
%%\specsndnum{01.04.07}
%%\specsnd{Condensed matter physics}
%
%\sa{I.\,I.~Ivanov}
%\sastatus{Professor}
%%\sasnd{P.\,P.~Petrov}
%%\sasndstatus{Professor}
%
%% Scientific consultant
%%\scon{B.\,B.~Baranov}
%%\sconstatus{Professor}
%
%% City & Year
%\city{Saint Petersburg}
%\date{\number\year}
%
%\maketitle[en]

% 
\tableofcontents

% 
\input{intro}

%  
%\input{review}

%  
%%  1
\input{1}
%%  2
%\input{2}

% 
\input{concl}

%     
%\input{defs}

%  
%\input{dict}

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

%  
\bibliography{thesis}

%   
%\listoffigures

% 
%\appendix
%\input{app-a}

\end{document}