-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlectures.tex
80 lines (64 loc) · 2.58 KB
/
lectures.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
\RequirePackage{amsmath}
\documentclass[graybox]{svmult}
\usepackage{type1cm} % activate if the above 3 fonts are
% not available on your system
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\include{settings}
\usepackage{newtxtext} %
\usepackage[varvw]{newtxmath} % selects Times Roman as basic font
% see the list of further useful packages
% in the Reference Guide
\makeindex % used for the subject index
% please use the style svind.ist with
% your makeindex program
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\title*{Galois theory}
% Use \titlerunning{Short Title} for an abbreviated version of
% your contribution title if the original one is too long
\author{Leandro Vendramin\orcidID{0000-0003-0954-7785}}
% Use \authorrunning{Short Title} for an abbreviated version of
% your contribution title if the original one is too long
\institute{Leandro Vendramin \at Vrije Universiteit Brussel, \email{[email protected]}}
%
% Use the package "url.sty" to avoid
% problems with special characters
% used in your e-mail or web address
%
\maketitle
\abstract{The notes correspond to the bachelor
course \emph{Galois theory} of the
Vrije Universiteit Brussel,
Faculty of Sciences,
Department of Mathematics and Data Sciences. The course
is divided into thirteen two-hour lectures.
\newline\indent
The material is somewhat standard. Basic texts on fields and Galois theory
are for example \cite{MR1645586} and
\cite{MR3379917}.
As usual, we also mention a set of
\href{https://kconrad.math.uconn.edu/blurbs/}{great expository papers} by
Keith Conrad, the notes are extremely well-written and useful
at every stage of a mathematical career.
Several chapters contain optional paragraphs that give examples of
how to apply \href{https://oscar.computeralgebra.de/}{OSCAR Computer Algebra System}
to concrete problems in Galois theory.
\newline\indent
Thanks go to Wouter Appelmans, Luca Descheemaeker,
Alejandro de la Cueva Merino,
Wannes Malfait,
Lukas Simons.
\newline\indent
This version
was compiled on \today~at~\currenttime.}
\tableofcontents
\include{01}
\include{02}
\bibliographystyle{abbrv}
\bibliography{refs}
\printindex
\end{document}