-
Notifications
You must be signed in to change notification settings - Fork 0
/
include.tex
executable file
·70 lines (63 loc) · 1.93 KB
/
include.tex
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
\documentclass[12pt]{article}
\usepackage{polski}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{multirow}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{textcomp}
% \usepackage{ulem}
\usepackage{hyperref}
\frenchspacing
\usepackage{fullpage}
\setlength{\headsep}{30pt}
\setlength{\headheight}{12pt}
%\setlength{\voffset}{-30pt}
%\setlength{\textheight}{730pt}
\pagestyle{myheadings}
%\usepackage{kuvio,amscd,diagrams,dcpic,xymatrix,diagxy}
\usepackage{tikz,paralist,mathtools}
\usetikzlibrary{matrix,arrows,decorations}
\DeclareMathOperator{\coker}{coker}
\DeclareMathOperator{\Hom}{Hom}
\DeclareMathOperator{\Tor}{Tor}
\DeclareMathOperator{\Mor}{Mor}
\DeclareMathOperator{\Kom}{Kom}
\DeclareMathOperator{\sgn}{sgn}
\DeclareMathOperator{\Ext}{Ext}
\DeclareMathOperator{\Ob}{Ob}
\DeclareMathOperator{\Cone}{C}
\DeclareMathOperator{\Cyl}{Cyl}
\DeclareMathOperator{\Der}{D}
\DeclareMathOperator{\K}{K}
\newcommand{\Set}{\mathrm{Set}}
\newcommand{\Top}{\mathrm{Top}}
\newcommand{\Rmod}{\mathrm{R-mod}}
\newcommand{\id}{\mathrm{id}}
\newcommand{\A}{\mathcal{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\C}{\mathcal{C}}
\newcommand{\D}{\mathcal{D}}
\newcommand{\Q}{\mathcal{Q}}
\newcommand{\qi}{quasi-isomorphism}
\newcommand{\bigslant}[2]{{\left.\raisebox{.2em}{$#1$}\middle/\raisebox{-.2em}{$#2$}\right.}}
\newcommand{\mf}[1]{{\mathfrak{#1}}}
\newcommand{\mb}[1]{{\mathbb{#1}}}
\newcommand{\mc}[1]{{\mathcal{#1}}}
\newcommand{\mr}[1]{{\mathrm{#1}}}
\newcounter{punkt}
\theoremstyle{plain}
\newtheorem{theorem}[punkt]{Theorem}
\newtheorem{lemma}[punkt]{Lemma}
\newtheorem{definition}[punkt]{Definition}
\newtheorem{fact}[punkt]{Fact}
\newtheorem{proposition}[punkt]{Proposition}
\newtheorem{corollary}[punkt]{Corollary}
\theoremstyle{definition}
\newtheorem{remark}[punkt]{Remark}
\newtheorem{example}[punkt]{Example}
\newtheorem{exercise}[punkt]{Exercise}