Initial commit

This commit is contained in:
2014-06-01 17:29:10 +06:00
commit 0db55afee4
85 changed files with 151609 additions and 0 deletions

29
diplom.tex Executable file
View File

@@ -0,0 +1,29 @@
\documentclass[12pt]{report}
\batchmode
\usepackage{latexsym}
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage[russian]{babel}
\usepackage{mathtext}
\usepackage[dvips]{graphicx}
\righthyphenmin=2
\oddsidemargin=0pt
\textwidth=17cm
\topmargin=0cm
\textheight=23cm
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\renewcommand{\thesection}{\Roman{section}}{\nopagebreak}
\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}
\renewcommand{\thesubsubsection}{\arabic{subsection}.\arabic{subsubsection}}{\large}
\renewcommand{\thetable}{\arabic{section}.\arabic{table}}
%\large{
\tableofcontents
\include{vved}
\include{spec}
% \include{end/bgd}
% \include{end/econom}
\include{zakl}
\include{bibliography}
%}
\end{document}