structure; ch1, ch2 beginnings
This commit is contained in:
35
proseminar_skript.tex
Normal file
35
proseminar_skript.tex
Normal 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}
|
Reference in New Issue
Block a user