AlgebraZahlentheorie/AlgebraZahlentheorie.tex

188 lines
3.4 KiB
TeX
Raw Normal View History

2023-09-14 13:18:58 +02:00
\documentclass[a4paper, enabledeprecatedfontcommands, german]{scrreprt}
%
% Local font definitions -- need to come first
%
\usepackage{libertine}
%\usepackage[libertine]{newtxmath}
\usepackage[T1]{fontenc}
\usepackage{amsfonts, amsthm, amssymb}
\usepackage{graphicx}
\usepackage[mark]{gitinfo2}
\input{gfx/stdPreamble}
\input{gfx/paperVersion-working}
\usepackage{makeidx}
\usepackage{tikz-cd}
\makeindex
\author{Stefan Kebekus}
%
% TikZ
%
\usetikzlibrary{through}
\usetikzlibrary{quotes,babel,angles}
\usetikzlibrary{calc} % calculate for relative positioning
%
% Extra spacing in list of figures
%
\usepackage{tocloft}
\setlength{\cftfignumwidth}{3em}
\allowdisplaybreaks[1]
%
% Theorems
%
\theoremstyle{plain}
\newtheorem{aufgabe}[thm]{Aufgabe}
\newtheorem{satz}[thm]{Satz}
\newtheorem{situation}[thm]{Situation}
\newtheorem{lemma}[thm]{Lemma}
\newtheorem{kor}[thm]{Korollar}
\newtheorem{definition}[thm]{Definition}
\newtheorem{satzdef}[thm]{Satz und Definition}
\newtheorem{fakt}[thm]{Fakt}
\newtheorem{fazit}[thm]{Fazit}
\newtheorem{proposition}[thm]{Proposition}
\newtheorem{prov}[thm]{Provokation}
\newtheorem{warnung}[thm]{Warnung}
\newtheorem*{achtung}{Achtung}
\theoremstyle{remark}
\newtheorem{bemerkung}[thm]{Bemerkung}
\newtheorem{behauptung}[thm]{Behauptung}
\newtheorem{erkl}[thm]{Erklärung}
\newtheorem{beobachtung}[thm]{Beobachtung}
\newtheorem{konstruktion}[thm]{Konstruktion}
\newtheorem{bsp}[thm]{Beispiel}
\newtheorem{frage}[thm]{Frage}
\newtheorem{erinnerung}[thm]{Erinnerung}
\newtheorem{claim-de}[thm]{Vorüberlegung}
\newtheorem{geheim}[thm]{Geheiminformation}
%
% Math operators
%
\DeclareMathOperator{\Fix}{Fix}
\DeclareMathOperator{\Gal}{Gal}
\DeclareMathOperator{\GL}{GL}
\DeclareMathOperator{\ggT}{ggT}
\DeclareMathOperator{\Iso}{Iso}
\DeclareMathOperator{\kgV}{kgV}
\DeclareMathOperator{\Kons}{Kons}
\DeclareMathOperator{\ord}{ord}
\DeclareMathOperator{\sep}{sep}
\DeclareMathOperator{\Stab}{Stab}
\DeclareMathOperator{\Zentralisator}{Zentralisator}
2023-10-04 14:51:26 +02:00
\newcommand\video[1]{\href{https://cplx.vm.uni-freiburg.de/storage/video/az/#1-Video.mp4}{Erklärvideo #1} \href{https://cplx.vm.uni-freiburg.de/storage/video/az/#1-Skript.pdf}{(Skript)}}
2023-09-14 13:18:58 +02:00
\newcommand{\ifactor}[2]{\left. \raise -2pt\hbox{$#1$} \right\backslash \hskip -2pt\raise +2pt\hbox{$#2$}}
\title{Algebra und Zahlentheorie}
\date{\today}
\makeatletter
\hypersetup{
pdfauthor={Stefan Kebekus},
pdftitle={\@title},
pdfstartview={Fit},
pdfpagelayout={TwoColumnRight},
pdfpagemode={UseOutlines},
bookmarks,
colorlinks,
linkcolor=linkblue,
citecolor=linkred,
urlcolor=linkred}
\makeatother
\begin{document}
\maketitle
\tableofcontents
\bigskip
\bigskip
\bigskip
2023-09-14 13:56:29 +02:00
\input{00}
2023-09-14 13:18:58 +02:00
\part{Einleitung}
\input{01}
\part{Körpererweiterungen}
\input{02}
\input{03}
\input{04}
\part{Ringe}
\input{05}
\input{06}
\input{07}
\input{08}
\input{09}
\input{10}
\part{Körpertheorie}
\input{11}
\input{12}
\input{13}
\input{14}
\input{15}
\input{16}
\part{Gruppentheorie}
\input{17}
\input{18}
\input{19}
\input{20}
\part{Anwendungen}
\input{21}
\input{22}
\input{23}
\input{24}
\part{Schlusswort}
\input{25}
\clearpage
2023-09-14 13:45:18 +02:00
\appendix
\part{Anhang}
2023-09-14 13:18:58 +02:00
\listoffigures
\listoftables
2023-09-14 13:45:18 +02:00
\addchap{Lizenz}
Dieser Text ist unter der Lizenz
\href{https://creativecommons.org/licenses/by/4.0}{CC-BY 4.0} verfügbar.
2023-09-14 13:18:58 +02:00
\printindex
\bibstyle{alpha}
\bibliographystyle{alpha}
\bibliography{bibliography/general}
\end{document}