-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
354 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
% Кодировки; язык | ||
\usepackage[utf8]{inputenc} | ||
\usepackage[T2A]{fontenc} | ||
\usepackage[english, russian]{babel} | ||
% ------------------------------------------------------------------------------------------------- | ||
|
||
|
||
|
||
% Поля | ||
\usepackage[left=3cm,right=1.5cm,top=2cm,bottom=2cm]{geometry} | ||
\oddsidemargin=-0.1in | ||
\evensidemargin=-0.1in | ||
\textwidth=6.6in | ||
\topmargin=-0.5in | ||
\textheight=9.1in | ||
% ------------------------------------------------------------------------------------------------- | ||
|
||
|
||
|
||
% Математика | ||
\RequirePackage{amsmath, amsfonts, amssymb, amsthm, dsfont} | ||
|
||
\usepackage{icomma} % "Умная" запятая: $0,2$ --- число, $0, 2$ --- перечисление | ||
|
||
|
||
\usepackage{yhmath} % overarc | ||
|
||
\RequirePackage{nicefrac, faktor} % красивое деление | ||
% ------------------------------------------------------------------------------------------------- | ||
|
||
|
||
\endinput | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
% Множества | ||
\newcommand{\N}{\mathbb{N}} | ||
\newcommand{\Z}{\mathbb{Z}} | ||
\newcommand{\Q}{\mathds{Q}} | ||
\newcommand{\R}{\mathds{R}} | ||
\newcommand{\eR}{\overline{\R}} % расширенная вещественная прямая | ||
\newcommand{\Cx}{\mathbb{C}} | ||
|
||
% -------------------------------------------------------------------------------------------------------- | ||
|
||
|
||
% новые окружения | ||
\theoremstyle{definition} | ||
|
||
\newtheorem{definition}{Определение}[section] % окружение для определений | ||
\newtheorem{theorem}{Теорема}[section] % окружение для теорем | ||
\newtheorem{lemma}{Лемма}[theorem] % окружение для лемм | ||
|
||
\newtheorem{corollary}{Следствие}[theorem] % более правильное окружение для следствий | ||
|
||
\newtheorem{remark}{Замечание}[section] % окружение для замечаний | ||
|
||
\newtheorem{property}{Свойства}[definition] % окружение для свойств | ||
|
||
\newtheorem{example}{Пример}[section] % окружение для примеров | ||
|
||
\newtheorem{task}{Упражнение}[section] % окружение для упражнений | ||
|
||
\renewcommand\qedsymbol{$\blacksquare$} % красивый квадратик в конце доказательства | ||
|
||
|
||
|
||
\endinput |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+109 KB
Доказательство неравенств/#4 Выравнивание знаменателей и метод спуска.pdf
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-113 KB
Доказательство неравенств/#n HW Классические неравенства(КБШ, Гёльдер).pdf
Binary file not shown.
Binary file removed
BIN
-111 KB
Доказательство неравенств/#n Классические неравенства (КБШ, Гёльдер).pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.