Restoring Backup
This commit is contained in:
1
chapters/Abbildungen.tex
Normal file
1
chapters/Abbildungen.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Abbildungen}
|
||||
5
chapters/Abkürzungen.tex
Normal file
5
chapters/Abkürzungen.tex
Normal 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
3
chapters/Abstract.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\begin{abstract}
|
||||
|
||||
\end{abstract}
|
||||
1
chapters/Chapter 1.tex
Normal file
1
chapters/Chapter 1.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Kapitel 1}
|
||||
1
chapters/Einleitung.tex
Normal file
1
chapters/Einleitung.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Einleitung}
|
||||
1
chapters/Fazit.tex
Normal file
1
chapters/Fazit.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Fazit}
|
||||
37
chapters/LaTex Bespiele.tex
Normal file
37
chapters/LaTex Bespiele.tex
Normal 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
1
chapters/Tabellen.tex
Normal file
@@ -0,0 +1 @@
|
||||
\section{Tabellen}
|
||||
41
chapters/bibliography.bib
Normal file
41
chapters/bibliography.bib
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user