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

BIN
.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

14
Notizen/Kontakt CIO NRW Normal file
View File

@@ -0,0 +1,14 @@
---- Allg. Hinweis:
Immer schöne Grüße von Anca ausrichten, dann helfen mir alle weiter
---- Dir. Anspr.
Mühlenbäumer (eVerwaltungsarbeit),
Dr. List (e Infrastruktur)
Dr. Laicher (CISO und eGov Sicherheit)
(schulder Anca einen Gefallen)
---- Weitere. Anspr.
CIO ist Abt. II und
Genannten Kollegen sind in Gruppe B

View File

@@ -1,2 +1,10 @@
# IU-Capstone-Project # IU_Capstone_Projekt
Vorlage für Latex Projekte...Features:
- apa7 Zitation
- apa7 Referenzen
- Arial-ähnliche Schriftart
- Verzeichnisse
- LaTex Cheat Sheet Kapitel
- Seitenzahl-Formatierung angepasst
- Kapitelüberschriften angepasst

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}
}

BIN
paper.pdf Normal file

Binary file not shown.

172
paper.tex Normal file
View File

@@ -0,0 +1,172 @@
\documentclass[11pt,a4paper, oneside]{article}
% -- ------------------------------------------------------------------------------------------ --
% -- Packages
% -- ------------------------------------------------------------------------------------------ --
\usepackage[style=apa]{biblatex} % Zitationsstile (hier: Autor, Jahr) & Referenzenverzeichnis (hier: apa7)
\usepackage[left=2cm, top=2cm, right=2cm, bottom=2cm]{geometry} % Seitenränder
\usepackage[onehalfspacing]{setspace} % Zeilenabstand 1,5
\usepackage[german]{babel} % Deutsche Rechtschreibung
\usepackage[printonlyused]{acronym} % Abkützungsverzeichnis
\usepackage{hyperref} % Verlinkungen im Text
\usepackage{graphicx} % Abbildungen
\usepackage[utf8]{inputenc} % Textcodierung
\usepackage{helvet} % Arial-ähnliche Schriftart
\renewcommand{\familydefault}{\sfdefault}
% -- ------------------------------------------------------------------------------------------ --
% -- Config
% -- ------------------------------------------------------------------------------------------ --
\addbibresource{chapters/bibliography.bib}
\graphicspath{ {./pictures/} }
\newcounter{savepage} % Variable zum speichern der Seitenzahl, damit diese im Anhang weiterläuft
% -- ------------------------------------------------------------------------------------------ --
% -- Paper-Struktur
% -- ------------------------------------------------------------------------------------------ --
% -- ------------- --
% -- Upfront-Stuff --
% -- ------------- --
\begin{document}
% Titelblatt
\begin{titlepage}
\begin{center}
\begin{bfseries}
\begin{Large}
\vspace*{3cm}
Master of Business Administration
\\
\vspace*{0.25cm}
Wirtschaftsethik und Corporate Covernance
\\
\vspace*{0.25cm}
DLMGMWECG01
\\
\vspace*{1.25cm}
Hausarbeit
\\
\vspace*{0.25cm}
Aufgabenstellung 2
\\
\vspace*{0.25cm}
Corporate Governance in Deutschland
\\
\vspace*{1.25cm}
Abgabedatum
\\
\vspace*{0.25cm}
\today
\\
\vspace*{1.25cm}
Studierender
\\
\vspace*{0.25cm}
Marius Constantin Ott
\\
\vspace*{1.25cm}
Matrikelnummer
\\
\vspace*{0.25cm}
3202276
\\
\vspace*{1.25cm}
Tutor
\\
\vspace*{0.25cm}
Markus Prandini
\end{Large}
\end{bfseries}
\end{center}
\end{titlepage}
% Seitenzahl-Format
\pagenumbering{Roman}
% Abstract
\include{chapters/Abstract}
\label{sec:Abstract}
\newpage
% -- ------------- --
% -- Verzeichnisse --
% -- ------------- --
% Inhaltsverzeichnis
\tableofcontents
\label{sec:Inhaltsverzeichnis}
\newpage
% Tabellenverzeichnis
\listoftables
\addcontentsline{toc}{section}{Tabellenverzeichnis}
\label{sec:Tabellenverzeichnis}
\newpage
% Abbildungsverzeichnis
\listoffigures
\addcontentsline{toc}{section}{Abbildungsverzeichnis}
\label{sec:Abbildungsverzeichnis}
\newpage
% Abkürzungsverzeichnis
\include{chapters/Abkürzungen}
\label{sec:Abkürzungsverzeichnis}
\newpage
% -- --------- --
% -- Hauptteil --
% -- --------- --
% Seitenzahl-Format
\setcounter{savepage}{\arabic{page}}
\pagenumbering{arabic}
% Kapitel
\include{chapters/Einleitung}
\label{sec:Einleitung}
\newpage
% Kapitel
\include{chapters/LaTex Bespiele}
\label{sec:LaTex Bespiele}
\newpage
% Kapitel
\include{chapters/Chapter 1}
\label{sec:Chapter 1}
\newpage
% Kapitel
\include{chapters/Fazit}
\label{sec:Fazit}
\newpage
% -- ------ --
% -- Anhang --
% -- ------ --
% Seitenzahl-Format
\pagenumbering{Roman}
\setcounter{page}{\thesavepage}
% Anhang beginnen
\appendix
% Tabellen
\include{chapters/Tabellen}
\label{sec:Tabellen}
\newpage
% Abbildung
\include{chapters/Abbildungen}
\label{sec:Abbildungen}
\newpage
% Referenzen
\printbibliography
\addcontentsline{toc}{section}{Literatur}
\label{sec:Literatur}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB