1
0

structure; ch1, ch2 beginnings

This commit is contained in:
2023-05-25 18:11:02 +02:00
parent 170d808f96
commit dcb2a274a7
7 changed files with 220 additions and 0 deletions

35
proseminar_skript.tex Normal file
View File

@ -0,0 +1,35 @@
\documentclass[11pt]{scrartcl}
\usepackage{proseminar}
\subject{Proseminar}
\title{
Tbd
}
\subtitle{TU Bergakademie Freiberg}
\author{Niklas Birk}
\date{16.06.2023 - SS23}
\addbibresource{proseminar.bib}
\nocite{*}
\makeindex
\begin{document}
\maketitle
\tableofcontents
\printbibliography
\newpage
\section{Lineare Differentialgleichungssysteme mit konstanten Koeffizienten}\label{sec:01}
\input{sections/01_ldgls}
\section{Existenz und Eindeutigkeit}\label{sec:02}
\input{sections/02_existenz_eindeutigkeit}
\section{Anwendung auf homogene lineare DGLS}\label{sec:03}
\input{sections/03_anwendung_auf_jnf}
\end{document}