-
Notifications
You must be signed in to change notification settings - Fork 0
/
BookTemplate.tex
116 lines (82 loc) · 2.18 KB
/
BookTemplate.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[11pt,a4paper]{amsbook}
\usepackage[utf8]{inputenc}
\usepackage{txfonts}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{tikz-cd}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{mathdots}
\usepackage{color}
\usepackage{todonotes}
\usepackage{geometry}
%mathbb
\newcommand{\C}{\mathbb{C}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
%mathbf
\newcommand{\GL}{\mathbf{GL}}
\newcommand{\Sp}{\mathbf{Sp}}
%mathcal
\newcommand{\cM}{\mathcal{M}}
%mathrm
\newcommand{\Hom}{\mathrm{Hom}}
\newcommand{\Fix}{\mathrm{Fix}}
\newcommand{\Frac}{\mathrm{Frac}}
\newcommand{\supp}{\mathrm{supp}}
\newcommand{\Spec}{\mathrm{Spec} \, }
\newcommand{\Spr}{\mathrm{Spr} \, }
%mathfrak
\newcommand{\fp}{\mathfrak{p}}
\newcommand{\fq}{\mathfrak{q}}
%notation
\newcommand{\Ga}{\Gamma}
\newcommand{\si}{\sigma}
\newcommand{\eps}{\varepsilon}
\newcommand{\lra}{\longrightarrow}
\newcommand{\lmt}{\longmapsto}
%renewcommand
\renewcommand{\phi}{\varphi}
\renewcommand{\rho}{\varrho}
\renewcommand{\leq}{\leqslant}
\renewcommand{\geq}{\geqslant}
\renewcommand{\H}{\mathbb{H}}
\renewcommand{\O}{\mathbf{O}}
%macros
\newcommand{\ov}[1]{\overline{#1}}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
%document style
\setcounter{tocdepth}{1}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\title{INSERT TITLE HERE}
%\author{Florent Schaffhauser}
%\address{Mathematisches Institut, Universität Heidelberg, Im Neuenheimer Feld 205,
%69120 Heidelberg, Germany}
%\email{[email protected]}
%\subjclass{Primary xxXxx; Secondary xxXxx}
%\keywords{}
\begin{abstract}
\textcolor{blue}{To write later.}
\end{abstract}
\maketitle
\tableofcontents
%\section*{Notation}
%%%%%%%%%%%%%%%%%%%
\chapter{Introduction}
INSERT TEXT HERE
%%%%%%%%%%%%%%%%%%%
%\bibliographystyle{alpha}
%\bibliography{biblio}
\end{document}