forked from FilatovArtm/inst_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinst_proj.tex
56 lines (33 loc) · 1.21 KB
/
inst_proj.tex
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
\documentclass[a4paper, 12pt]{article}
\usepackage{fontspec}
\usepackage[utf8]{inputenc}
\usepackage[russian,english]{babel}
\setmainfont{Times New Roman} % для компиляции теперь нужно использовать XeLaTex
\usepackage[paper=a4paper,top=13.5mm, bottom=13.5mm,left=16.5mm,right=13.5mm,includefoot]{geometry}
\usepackage{dsfont}
\usepackage{graphicx}
\graphicspath{{images/}}
\setlength\fboxsep{3pt}
\setlength\fboxrule{1pt}
\usepackage{wrapfig}
\usepackage{amsmath}
\usepackage{amsthm}
\renewcommand{\proofname}{Доказательство}
\DeclareMathOperator*{\argmin}{arg\,min}
\theoremstyle{definition}
\newtheorem{definition}{Определение}[section]
\theoremstyle{plain}
\newtheorem{lemma}{Лемма}[section]
\newtheorem{svoistvo}{Свойство}[section]
\newtheorem{theorem}{Теорема}[section]
\title{Исследовательский проект по инстуциональной экономике}
\date{\today}
\begin{document}
\maketitle
\noindent{\bf Аннотация }-- ...
\section{Введение}
\section{Обзор литературы}
\section{Модель}
\section{Кейс}
\section{Заключение}
\end{document}