Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: Béatrice-PhD
Views: 1016
1
\documentclass[10pt]{article} %add [titlepage] to have the title on its own page
2
\usepackage{etex}
3
4
\usepackage[T1]{fontenc}
5
\usepackage[utf8]{inputenc}
6
\usepackage{mathpazo}
7
8
\usepackage{fancyhdr, titling}
9
10
\usepackage{amsthm, amsmath, amssymb, amsfonts}
11
\usepackage{hyperref, cleveref}
12
13
\usepackage{mathrsfs}
14
\usepackage{bm}
15
\let\amssquare\square
16
\usepackage{mathtools} % for \mathclap, used to center extra-wide diagrams.
17
\usepackage{marvosym}
18
19
20
21
\usepackage{graphicx}
22
\usepackage{float, wrapfig}
23
\usepackage{placeins} %Garder les flottants dans la bonne section with \FloatBarrier
24
\usepackage[all]{xy} %Faire des diagrammes
25
%\usepackage{tikz} %MWAHAHAHAHAHAHAHA
26
%\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,petri}
27
\usepackage{braket}
28
29
\usepackage{fixltx2e} %Utiliser les indices en mode texte
30
\usepackage{xcolor}
31
\usepackage{framed} %Encadrer des trucs
32
33
\usepackage{listings}
34
\usepackage{enumerate}
35
\usepackage{multirow}
36
\usepackage{titlesec} %Changer l'aspect des titres de section
37
%\usepackage{parskip} %Pas de tabulations
38
39
\usepackage[margin=1in]{geometry}
40
41
42
%-------------Théorèmes-------------%
43
44
\theoremstyle{plain}
45
\newtheorem{Theorem}{Theorem}[section]
46
%\renewcommand{\theTheorem}{\arabic{section}} %Do not display section number
47
\newtheorem*{Theorem*}{Theorem}
48
\newtheorem*{Proposition*}{Proposition}
49
\newtheorem{Proposition}[Theorem]{Proposition}
50
\newtheorem{Lemma}[Theorem]{Lemma}
51
\newtheorem{Conjecture}[Theorem]{Conjecture}
52
\newtheorem{Corollary}[Theorem]{Corollary}
53
54
\newtheorem*{Problem*}{Problem}
55
\newtheorem{Problem}{Problem}[section]
56
57
58
\theoremstyle{definition}
59
\newtheorem*{Example*}{Example}
60
\newtheorem*{Definition*}{Definition}
61
\newtheorem*{Definition}{Definition}
62
\newtheorem{Example}{Example}
63
64
65
\theoremstyle{remark}
66
\newtheorem*{Remark}{Remark}
67
\newtheorem*{Notation}{Notation}
68
69
70
%-------------Raccourcis-------------%
71
%Categories variables
72
\newcommand{\C}{\mathscr{C}}
73
\newcommand{\D}{\mathscr{D}}
74
75
%Categories usuelles
76
%\newcommand{\Set}{\mathsf{Set}} % sets
77
\newcommand{\Grp}{\mathsf{Grp}} % groups
78
\newcommand{\Ab}{\mathsf{Ab}} % abelian groups
79
\newcommand{\Sh}{\mathsf{Sh}} % sheaves
80
81
%Ensembles:
82
\newcommand{\CC}{\mathbb{C}}
83
\newcommand{\QQ}{\mathbb{Q}}
84
\newcommand{\FF}{\mathbb{F}}
85
\newcommand{\ZZ}{\mathbb{Z}}
86
\newcommand{\RR}{\mathbb{R}}
87
\newcommand{\NN}{\mathbb{N}}
88
\newcommand{\KK}{\mathbb{K}}
89
90
%Fraktur
91
\newcommand{\pp}{\mathfrak{p}}
92
\newcommand{\aaa}{\mathfrak{a}}
93
94
%Objets specifiques
95
\newcommand{\rr}{\mathcal{R}}
96
\newcommand{\nn}{\mathcal{N}}
97
98
%Barres et indices
99
\newcommand{\Qbar}{\overline{\mathbb{Q}}}
100
\newcommand{\Fp}{\mathbb{F}_p}
101
\newcommand{\Fpbar}{\overline{\mathbb{F}}_p}
102
\newcommand{\GQ}{G_{\mathbb{Q}}}
103
\newcommand{\x}{^{\times}}
104
105
%Texte
106
\newcommand{\op}{\mathrm{op}} % the opposite category
107
\newcommand{\Hom}{\operatorname{Hom}} % hom-set
108
\newcommand{\Gal}{\mathrm{Gal}}
109
\newcommand{\ord}{\mathrm{ord}}
110
\newcommand{\Mod}{\mathrm{mod} \ }
111
\DeclareMathOperator{\res}{Res}
112
\DeclareMathOperator{\ind}{Ind}
113
\DeclareMathOperator{\Ima}{Im}
114
\DeclareMathOperator{\Tr}{Tr}
115
116
117
%% Comments for drafts:
118
\newcommand{\todo}[1]{\textcolor{magenta}{\small #1}} % note in text, red, small font
119
\newcommand{\comment}[1]{\textcolor{blue}{\small #1}} % note in text, red, small font
120
121
122
123
124
\titleformat{\section}
125
{\Large\bfseries} %add \center to center title
126
{\thesection}{1em}{}
127
128
\setcounter{tocdepth}{2} %Profondeur de la table des matières
129
\numberwithin{equation}{section} %Numérotation des équations
130
%\renewcommand{\theequation}{\arabic{equation}}
131
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}} %Number equations in align*
132
\renewcommand{\thefootnote}{[\arabic{footnote}]}
133
\renewcommand{\labelenumi}{(\roman{enumi})}
134
135
\makeatletter
136
\renewcommand{\@maketitle}{
137
\newpage
138
\null
139
\vskip 2em%
140
\begin{center}%
141
{\LARGE \@title \par}%
142
\end{center}%
143
\par} \makeatother
144
145
146
\linespread{1.1}
147
148
\title{Saturated graded rings of finite group representations}
149
\author{B\'{e}atrice I. Chetard}
150
\date{\today}
151
152
153
154
155
156
157
\begin{document}
158
159
\maketitle
160
\thispagestyle{fancy}
161
\fancyhf{}
162
\rhead{Last update: \thedate}
163
\lhead{\theauthor}
164
165
\tableofcontents
166
167
%\input{contents/motivation}
168
\input{contents/classical_graded_rings}
169
%\input{contents/repringDp}
170
\input{contents/counterexampleA4}
171
\input{contents/saturatedring}
172
\input{contents/completedrings}
173
\input{contents/tambara}
174
\input{contents/table}
175
176
177
178
\bibliographystyle{alpha}
179
180
181
\bibliography{bibliography}
182
183
184
\end{document}
185
186
187