diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-03-25 20:04:14 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-03-25 20:04:14 +0400 |
| commit | e30b0473acca21a225cfcbdb661034661914f98f (patch) | |
| tree | 32037e60660af94067e6dea6d95b5f6a2e219fc0 /lab3/report/preamble.sty | |
| parent | ca1405279038223bd2d006aa90c6c61181f1a102 (diff) | |
Что-то похожее на третью лабу
Diffstat (limited to 'lab3/report/preamble.sty')
| -rw-r--r-- | lab3/report/preamble.sty | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lab3/report/preamble.sty b/lab3/report/preamble.sty new file mode 100644 index 0000000..835aef8 --- /dev/null +++ b/lab3/report/preamble.sty @@ -0,0 +1,52 @@ +\usepackage{subfigure} +\usepackage{tikz,pgfplots} +\pgfplotsset{compat=1.5} +\usepackage{float} +\setcounter{secnumdepth}{4} +\titleformat{\paragraph}[block] +{\hspace{1.25cm}\normalfont} +{\theparagraph}{1ex}{} +\titlespacing{\paragraph} +{0cm}{2ex plus 1ex minus .2ex}{.4ex plus.2ex} + +% --------------------------------------------------------------------------% + + +\usepackage[T2A]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\graphicspath{ {./images/} } +\usepackage{tempora} +\usepackage{minted} + +% \usepackage[sort,compress]{cite} +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{amsthm} +\usepackage{fancyvrb} +\usepackage{listings} +\usepackage{listingsutf8} +\usepackage{longtable} +\usepackage{array} +\usepackage[english,russian]{babel} +% \usepackage[colorlinks=false]{hyperref} +\usepackage{url} + +\usepackage[parentracker=true, + backend=biber, + hyperref=false, + language=russian, + autolang=other, + citestyle=gost-numeric, + defernumbers=true, + bibstyle=gost-numeric, +]{biblatex} +\addbibresource{sources.bib} +\usepackage{csquotes} + + +\newcommand{\eqdef}{\stackrel {\rm def}{=}} +\renewcommand\theFancyVerbLine{\small\arabic{FancyVerbLine}} +\newtheorem{lemma}{Лемма} +\newtheorem*{lemma*}{Лемма} +\newtheorem{definition}{Определение}
\ No newline at end of file |