integrate into template (for sure broken for now)
This commit is contained in:
parent
0578844e47
commit
59332e34e4
4 changed files with 3015 additions and 3019 deletions
2926
2021_Algebra_I.tex
2926
2021_Algebra_I.tex
File diff suppressed because it is too large
Load diff
89
algebra.sty
89
algebra.sty
|
@ -1 +1,90 @@
|
|||
\ProvidesPackage{algebra}[2022/02/10 - Style file for notes of Algebra I]
|
||||
|
||||
\RequirePackage[english, numberall]{mkessler-fancythm}
|
||||
\RequirePackage{hyperref}
|
||||
\RequirePackage[english, index]{mkessler-vocab}
|
||||
\RequirePackage{mkessler-hypersetup}
|
||||
\input{/home/jrpie/templates/latex/math.tex}
|
||||
|
||||
\RequirePackage[utf8x]{inputenc}
|
||||
\RequirePackage{babel}
|
||||
|
||||
|
||||
\RequirePackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
|
||||
|
||||
% Kopf- und Fußzeilen
|
||||
\RequirePackage{scrlayer-scrpage, lastpage}
|
||||
\setkomafont{pageheadfoot}{\large\textrm}
|
||||
\lohead{\head}
|
||||
\rohead{\Namen}
|
||||
\cfoot*{\thepage{}/\pageref{LastPage}}
|
||||
|
||||
% Position des Titels
|
||||
\RequirePackage{titling}
|
||||
\setlength{\droptitle}{-1.0cm}
|
||||
|
||||
|
||||
\RequirePackage[normalem]{ulem}
|
||||
\RequirePackage{pdflscape}
|
||||
\RequirePackage{longtable}
|
||||
\RequirePackage{xcolor}
|
||||
\RequirePackage{dsfont}
|
||||
\RequirePackage{wrapfig}
|
||||
\RequirePackage[shortlabels]{enumitem}
|
||||
|
||||
\RequirePackage{tikz-cd}
|
||||
\newcommand{\fp}{\ensuremath \mathfrak{p}}
|
||||
\newcommand{\fq}{\ensuremath \mathfrak{q}}
|
||||
\newcommand{\fr}{\ensuremath \mathfrak{r}}
|
||||
\newcommand{\fn}{\ensuremath \mathfrak{n}}
|
||||
\DeclareMathOperator{\codim}{codim}
|
||||
\DeclareMathOperator{\trdeg}{trdeg}
|
||||
\DeclareMathOperator{\hght}{ht}
|
||||
\DeclareMathOperator{\Spec}{Spec}
|
||||
\DeclareMathOperator{\mSpec}{mSpec}
|
||||
\DeclareMathOperator{\Proj}{Proj}
|
||||
\DeclareMathOperator{\Ob}{Ob}
|
||||
\DeclareMathOperator{\Hom}{Hom}
|
||||
\DeclareMathOperator{\Alg}{\mathfrak{Alg}}
|
||||
\DeclareMathOperator{\Var}{\mathfrak{Var}}
|
||||
\DeclareMathOperator{\op}{{}^{\text{op}}}
|
||||
\newcommand{\Wlog}{W.l.o.g. }
|
||||
%\newcommand{\wlog}{w.l.o.g. }
|
||||
%\RequirePackage{ebgaramond}
|
||||
%\RequirePackage{ebgaramond-maths}
|
||||
\title{\textbf{Algebra 1}}
|
||||
\newcommand{\Namen}{}
|
||||
\author{Lecturer: \textsc{Prof. Dr. Jens Franke}\\\small{Notes: \textsc{Josia Pietsch}}}
|
||||
\newcommand{\head}{Algebra 1}
|
||||
\subtitle{Summer semester 2021, University Bonn}
|
||||
\date{\today}
|
||||
|
||||
|
||||
\newcommand{\einfalg}{Einführung in die Algebra}
|
||||
\newcommand{\fk}{\ensuremath\mathfrak{k}}
|
||||
\newcommand{\fl}{\ensuremath\mathfrak{l}}
|
||||
\newcommand{\fs}{\ensuremath\mathfrak{s}}
|
||||
\newcommand{\fri}{\ensuremath\mathfrak{i}}
|
||||
\newcommand{\fm}{\ensuremath\mathfrak{m}}
|
||||
\newcommand{\Vspec}{\ensuremath V_{\mathbb{S}}}%\Spec}}
|
||||
\newcommand{\Vs}{\ensuremath V_{\mathbb{S}}}%\Spec}}
|
||||
\newcommand{\Va}{\ensuremath V_{\mathbb{A}}}%\Spec}}
|
||||
\newcommand{\Vp}{\ensuremath V_{\mathbb{P}}}%\Spec}}
|
||||
\newcommand{\Pn}{\bP^n}%\Spec}}
|
||||
\newcommand{\Span}[1]{\langle#1\rangle}
|
||||
\newcommand{\npr}{\footnote{Not relevant for the exam.}}
|
||||
\newcommand{\limrel}{\footnote{Limited relevance for the exam.}} % may appear in 3x questions
|
||||
\DeclareMathOperator{\Mat}{Mat}
|
||||
\DeclareMathOperator{\ev}{ev}
|
||||
\DeclareMathOperator{\Ker}{Ker}
|
||||
\DeclareMathOperator{\Aut}{Aut}
|
||||
\DeclareMathOperator{\Gal}{Gal}
|
||||
\DeclareMathOperator{\nil}{\mathfrak{nil}}
|
||||
\DeclareMathOperator{\rad}{\mathfrak{rad}}
|
||||
\RequirePackage{stackengine}
|
||||
\stackMath
|
||||
\usetikzlibrary{arrows.meta,
|
||||
quotes, babel}
|
||||
|
||||
\newcommand{\iiff}{\item[$\iff$]}
|
||||
\hypersetup{colorlinks, linkcolor=red}
|
||||
|
|
Binary file not shown.
3019
summary/algebra.tex
3019
summary/algebra.tex
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue