40 lines
682 B
TeX
40 lines
682 B
TeX
\documentclass[10pt,ngerman,a4paper, fancyfoot, git]{mkessler-script}
|
|
|
|
\course{Algebra I}
|
|
\lecturer{Prof.~Dr.~Jens Franke}
|
|
\author{Josia Pietsch}
|
|
|
|
\usepackage{algebra}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\cleardoublepage
|
|
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
|
|
\input{inputs/preamble}
|
|
\cleardoublepage
|
|
|
|
|
|
\section{Finiteness conditions}
|
|
\input{inputs/finiteness_conditions}
|
|
|
|
\section{The Nullstellensatz and the Zariski topology}
|
|
\input{inputs/nullstellensatz_and_zariski_topology}
|
|
|
|
% Lecture 11
|
|
\section{Projective spaces}
|
|
\input{inputs/projective_spaces}
|
|
|
|
% Lecture 13
|
|
\section{Varieties}
|
|
\input{inputs/varieties}
|
|
|
|
\iffalse
|
|
\section{Übersicht}
|
|
\input{inputs/uebersicht}
|
|
\fi
|
|
|
|
\end{document}
|