From 8d579c12d86e19daa8d4d2bdda15b5e217d0187c Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 18 Apr 2023 10:55:18 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=80?= =?UTF-8?q?=D0=B5=D1=84=D0=B5=D1=80=D0=B0=D1=82=20=D0=BF=D0=BE=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BE=D1=80=D0=B8=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0,=20=D0=BF=D0=B5=D1=80=D0=B2=D1=83=D1=8E=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B7=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8E=20=D0=BF=D0=BE=20=D1=82=D0=B5=D0=BE=D1=80=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../preamble.sty" | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 "\320\242\320\265\320\276\321\200\320\270\321\217 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\260/\320\223\320\273\320\276\320\261\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\217 \320\260\320\275\320\263\320\273\320\270\320\271\321\201\320\272\320\276\320\263\320\276 \321\217\320\267\321\213\320\272\320\260/preamble.sty" (limited to 'Теория перевода/Глобализация английского языка/preamble.sty') diff --git "a/\320\242\320\265\320\276\321\200\320\270\321\217 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\260/\320\223\320\273\320\276\320\261\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\217 \320\260\320\275\320\263\320\273\320\270\320\271\321\201\320\272\320\276\320\263\320\276 \321\217\320\267\321\213\320\272\320\260/preamble.sty" "b/\320\242\320\265\320\276\321\200\320\270\321\217 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\260/\320\223\320\273\320\276\320\261\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\217 \320\260\320\275\320\263\320\273\320\270\320\271\321\201\320\272\320\276\320\263\320\276 \321\217\320\267\321\213\320\272\320\260/preamble.sty" new file mode 100644 index 0000000..fc984ce --- /dev/null +++ "b/\320\242\320\265\320\276\321\200\320\270\321\217 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\260/\320\223\320\273\320\276\320\261\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\217 \320\260\320\275\320\263\320\273\320\270\320\271\321\201\320\272\320\276\320\263\320\276 \321\217\320\267\321\213\320\272\320\260/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} -- cgit v1.2.3