diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-06-13 11:31:02 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-06-13 11:31:02 +0400 |
| commit | 44351acb9efc85b0842b873b63d622bda4523713 (patch) | |
| tree | e78bdec80d8f8c890f2b9408cf4a811e844b31e4 /Английский язык/Final Practice/preamble.sty | |
| parent | 5707008cba88645d062af58193f0ab9a1ea32119 (diff) | |
Добавлена последняя практика по английскому
Diffstat (limited to 'Английский язык/Final Practice/preamble.sty')
| -rw-r--r-- | Английский язык/Final Practice/preamble.sty | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Английский язык/Final Practice/preamble.sty b/Английский язык/Final Practice/preamble.sty new file mode 100644 index 0000000..fc984ce --- /dev/null +++ b/Английский язык/Final Practice/preamble.sty @@ -0,0 +1,43 @@ +\usepackage[english,russian]{babel} +\usepackage[T2A]{fontenc} +\usepackage[utf8]{inputenc} + +\usepackage{float} +\usepackage{subfigure} +\usepackage{tikz,pgfplots} +\pgfplotsset{compat=1.5} + +\setcounter{secnumdepth}{4} +\titleformat{\paragraph}[block] +{\hspace{1.25cm}\normalfont} +{\theparagraph}{1ex}{} +\titlespacing{\paragraph} +{0cm}{2ex plus 1ex minus .2ex}{.4ex plus.2ex} + +\usepackage{graphicx} +\graphicspath{ {./images/} } +\usepackage{tempora} +\usepackage{minted} + +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{amsthm} +\usepackage{fancyvrb} +\usepackage{listings} +\usepackage{listingsutf8} +\usepackage{longtable} +\usepackage{array} +\usepackage{url} +\usepackage{csquotes} +% \usepackage[colorlinks=false]{hyperref} +% \usepackage[sort,compress]{cite} + +\newcommand{\eqdef}{\stackrel {\rm def}{=}} +\renewcommand\theFancyVerbLine{\small\arabic{FancyVerbLine}} +\newtheorem{theorem}{Теорема} +\newtheorem{definition}{Определение} +\newtheorem{lemma}{Лемма} +\newtheorem*{lemma*}{Лемма} +\newtheorem*{example}{Пример} + +\setminted[rust]{fontsize=\small, breaklines=true, style=bw, linenos} |