-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.sty
55 lines (43 loc) · 1.44 KB
/
mystyle.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\ProvidesPackage{mystyle}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
% Undefining bibfont from disser class
\let\bibfont\undefined
\usepackage[autolang=other,
bibencoding=utf8,
sorting=none, % Name,Title,Year или sorting=none.
maxbibnames=4, % Максимальное число авторов в списке литературы.
minbibnames=2, % Число авторов, отображаемое при сокращении.
style=gost-numeric,
hyperref=true,
backend=biber]{biblatex}
\usepackage{hyperref}
%\usepackage{indentfirst}
\usepackage{setspace}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{calrsfs}
\usepackage{csquotes}
\usepackage[russian]{cleveref}
\usepackage{pbox}
\usepackage{amsthm}
\usepackage{title}
\usepackage{mymacros}
\usepackage[
a4paper,
left=3cm, right=1cm, top=2cm, bottom=2cm
]{geometry}
\numberwithin{equation}{section}
\theoremstyle{plain}
\newtheorem{theorem}{Теорема}
\newtheorem{lemma}{Лемма}
\newtheorem{statement}{Утверждение}
\newtheorem*{corollary}{Следствие}
\theoremstyle{definition}
\newtheorem{definition}{Определение}
\newtheorem{assumption}{Предположение}
\newtheorem{remark}{Замечание}
% Workaround for a bug in biblatex
\NewBibliographyString{langjapanese}
\NewBibliographyString{fromjapanese}