1
0

Refactor sth

This commit is contained in:
2023-05-30 20:03:14 +02:00
parent 42802819fb
commit a5e8eb83ec
4 changed files with 32 additions and 5 deletions

View File

@ -48,7 +48,8 @@
\RequirePackage{hyperref} % hyperref package for refs
\hypersetup{
pdftitle={
tbd % TODO
Berechnung der Matrixexponentialfunktion und
Anwendung auf homogene lineare Differentialgleichungssysteme mit konstanten Koeffizienten
},
pdfsubject={Skript zum Vortrag im Proseminar Algebra},
pdfauthor={Niklas Birk},
@ -102,7 +103,7 @@
% style for theorems, lemmata, propositions, corollary: "<counter> Theorem ([additional name]) \newline"
\newtheoremstyle{break}{}{}{\itshape}{}{\bfseries}{}{\newline}{\thmname{#1}~\thmnumber{#2}~\thmnote{(#3)}}
\theoremstyle{break}
\newtheorem{theorem}{Satz}[subsection]
\newtheorem{theorem}{Satz}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Folgerung}