From b05b068e45ff31a509e27473ae20ca006b7a3d68 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 19 May 2022 15:59:04 +0400 Subject: Add report template --- report/preamble.sty | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 report/preamble.sty (limited to 'report/preamble.sty') diff --git a/report/preamble.sty b/report/preamble.sty new file mode 100644 index 0000000..ba8082b --- /dev/null +++ b/report/preamble.sty @@ -0,0 +1,40 @@ +\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{lemma}{Лемма} +\newtheorem*{lemma*}{Лемма} +\newtheorem{definition}{Определение} +\newtheorem*{example}{Пример} \ No newline at end of file -- cgit v1.2.3