Refactor sth
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user