Files
disser/stress_concentartors.tex

49 lines
1023 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\documentclass[candidate,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[pdftex]{graphicx}
\usepackage{array}
\usepackage[unicode]{hyperref}
\pagestyle{footcenter}
\chapterpagestyle{footcenter}
% Ссылки на работы соискателя включаются в общий список литературы
\let\citemy=\cite
% Путь к файлам с иллюстрациями
\graphicspath{{fig/}}
\renewcommand{\labelitemi}{$-$}
\begin{document}
\input{common}
\title{ДИССЕРТАЦИЯ\\
на соискание ученой степени\\
кандидата физико-математических наук}
\maketitle
\tableofcontents
\input{intro}
\input{c1}
\input{c2}
\input{c3}
\input{end}
\bibliography{bibliography,my}
\bibliographystyle{ugost2008}
\end{document}