Initial commit

This commit is contained in:
2012-08-12 14:47:22 +06:00
commit 2e38d92b7e
10 changed files with 923 additions and 0 deletions

42
stress_concentartors.tex Normal file
View File

@@ -0,0 +1,42 @@
\documentclass[a4paper]{disser}
\usepackage[
a4paper, mag=1000, includefoot,
left=3cm, right=1cm, top=2cm, bottom=2cm, headsep=1cm, footskip=1cm
]{geometry}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[russian]{babel}
\usepackage[T2A]{fontenc}
\usepackage{graphicx}
\usepackage[unicode]{hyperref}
% Ссылки на работы соискателя включаются в общий список литературы
\let\citemy=\cite
% Путь к файлам с иллюстрациями
\graphicspath{{fig/}}
\renewcommand{\labelitemi}{$-$}
\begin{document}
\input{common}
\title{ДИССЕРТАЦИЯ\\
на соискание ученой степени\\
кандидата физико-математических наук}
\maketitle
\tableofcontents
\input{intro}
\input{c1}
\input{c2}
\input{c3}
\bibliography{bibliography}
\bibliographystyle{disser}
\end{document}