Restoring Backup

This commit is contained in:
2025-10-03 20:51:55 +02:00
parent c24a2e8737
commit 98dfc43a30
20 changed files with 286 additions and 1 deletions

1
chapters/Abbildungen.tex Normal file
View File

@@ -0,0 +1 @@
\section{Abbildungen}

View File

@@ -0,0 +1,5 @@
\section*{Abkürzungsverzeichnis}
\addcontentsline{toc}{section}{Abkürzungsverzeichnis}
\begin{acronym}[Bash]
\acro{AG}{Aktiengesellschaft}
\end{acronym}

3
chapters/Abstract.tex Normal file
View File

@@ -0,0 +1,3 @@
\begin{abstract}
\end{abstract}

1
chapters/Chapter 1.tex Normal file
View File

@@ -0,0 +1 @@
\section{Kapitel 1}

1
chapters/Einleitung.tex Normal file
View File

@@ -0,0 +1 @@
\section{Einleitung}

1
chapters/Fazit.tex Normal file
View File

@@ -0,0 +1 @@
\section{Fazit}

View File

@@ -0,0 +1,37 @@
\section{Formatierung}
% -- ------------------------------------------------------------------------------------------ --
% -- Rechtliche Regularien in deutschland
% -- ------------------------------------------------------------------------------------------ --
\subsection{Subsection}
% -- ------------- --
% -- Subsubsection --
% -- ------------- --
\subsubsection{Subsubsection}
\label{sec:Subsubsection}
\ref{sec:Subsubsection}
\ref{fig:Abb01}
\pageref{fig:Abb01}
\ac{AG}
Lorem ipsum
\\
\cite{Q101}
\parencite{Q201}
(\cite*[vgl. §20 Abs.1][]{Q301})
\cite*[§20 Abs.1][]{Q301}
\begin{figure}[h]
\centering
\caption{\textit{Überschrift}}
\includegraphics[width=\textwidth]{Abb01_Rechtspyramide.png} \\
In Anlehnugn an \cite{Q101}
\label{fig:Abb01}
\end{figure}

1
chapters/Tabellen.tex Normal file
View File

@@ -0,0 +1 @@
\section{Tabellen}

41
chapters/bibliography.bib Normal file
View File

@@ -0,0 +1,41 @@
% -- ---------------- --
% -- Eigene Recherche --
% -- ---------------- --
@article{Q101,
title = {Das monistische System der Unternehmensleitung in der SE},
author = {Menjucq, Michel},
doi = {doi:10.1515/zgre.2003.025},
journal = {Zeitschrift für Unternehmens- und Gesellschaftsrecht},
number = {5-6},
volume = {32},
year = {2003},
pages = {679-687}
}
% -- --------------------- --
% -- Basisliteratur Skript --
% -- --------------------- --
@www{Q201,
title = {Mitteilung für die Presse zur heutigen Plenarsitzung der Regierungskommission},
institution = {Regierungskommission Deutscher Corporate Governance Kodex},
url = {https://www.dcgk.de/de/presse/deteilansicht/pressemitteilung-45.html},
urldate = {2022-03-08},
day = {14},
month = {06},
year = {2007}
}
% -- -------------------- --
% -- Nur Zitiert ohne PDF --
% -- -------------------- --
@legislation{Q301,
title = {Deutscher Corporate Governance Kodex},
shorttitle = {DCGK},
institution = {Regierungskommission Deutscher Corporate Governance Kodex},
day = {16},
month = {12},
year = {2019}
}