You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
2.5 KiB
117 lines
2.5 KiB
%Klassenoptionen: |
|
% bibtotoc für Literaturverzeichnis im Inhaltsverzeichnis |
|
% abstracton für Überschrift bei abstract-Umgebung |
|
\documentclass[ |
|
12pt, |
|
bibtotoc, |
|
abstracton, |
|
parskip=full |
|
]{scrartcl} |
|
%Spracheinstellungen Deutsch |
|
\usepackage[utf8]{inputenc} |
|
\usepackage[T1]{fontenc} |
|
\usepackage{lmodern} |
|
\usepackage[english,ngerman]{babel} |
|
\usepackage{microtype} |
|
|
|
\usepackage[pdfborder={0 0 0}]{hyperref} |
|
\usepackage{url} |
|
|
|
%Seitenrand |
|
\usepackage[a4paper,margin=3cm]{geometry} |
|
\usepackage{blindtext} |
|
%Font |
|
\usepackage{mathptmx} |
|
%Grafiken |
|
\usepackage{graphicx} |
|
%Linguistische Beispiele |
|
\usepackage{linguex} |
|
|
|
\usepackage{csquotes} |
|
|
|
|
|
\usepackage[toc,page]{appendix} |
|
\usepackage{tabularx} |
|
|
|
\usepackage[smaller]{acronym} |
|
|
|
%Infos für Titel |
|
\title{Freie und quelloffene Software in proprietärer Software} |
|
\date{\today} |
|
|
|
%Vergrößerung Zeilenabstand |
|
\renewcommand{\baselinestretch}{1.25} |
|
\KOMAoptions{parskip=half} |
|
|
|
%Bibliografie |
|
\usepackage[style=apa,natbib=true]{biblatex} |
|
\addbibresource{insori.bib} |
|
|
|
|
|
\begin{document} |
|
|
|
%Deckblatt auf separater Seite |
|
\begin{titlepage} |
|
\maketitle |
|
|
|
\vfill |
|
|
|
\noindent {\normalfont \bfseries Seminar}\\ |
|
Hochschule Darmstadt\\ |
|
Fachbereich Informatik\\ |
|
Interdisziplinäre und sozialwissenschaftliche |
|
Reflexion der Informatik 1\\ |
|
Dozent: Stefan Gammel\\ |
|
WS 2019/2020\\ |
|
|
|
\ |
|
|
|
\noindent {\normalfont \bfseries Autor}\\ |
|
\author{Jonas Franz}\\ |
|
jonas.franz@stud.h-da.de\\ |
|
3.Semester, Kooperativer Studiengang Informatik (B. Sc.)\\ |
|
Matr.-Nr: 760233 |
|
|
|
\thispagestyle{empty} |
|
\end{titlepage} |
|
|
|
%Abstract |
|
\begin{abstract} |
|
\input{content/abstract} |
|
\end{abstract} |
|
|
|
\newpage |
|
|
|
%Inhaltsverzeichnis |
|
\tableofcontents |
|
|
|
\newpage |
|
|
|
\section{Einleitung} |
|
\input{content/intro} |
|
\section{Grundlagen} |
|
\subsection{Definition von freier Software} |
|
\input{content/basics/definition_of_free_software} |
|
\subsection{Unterscheidung von freier und quelloffener Software} |
|
\input{content/basics/open_source} |
|
\subsection{Philosophie von freier Software} |
|
\input{content/basics/philosophy} |
|
\subsection{Einsatz von freier und quelloffener Software in IT-Projekten} |
|
\input{content/basics/foss_in_it_projects} |
|
\section{Bewertung} |
|
\input{content/comparison/intro} |
|
\subsection{Bewertung von dem Standpunkt der Freien-Software-Bewegung} |
|
\input{content/comparison/foss} |
|
\subsection{Bewertung aus wirtschaftlicher Sicht} |
|
\input{content/comparison/business} |
|
\section{Fazit und Kommentar} |
|
\input{content/summary/summary} |
|
|
|
\appendix |
|
\newpage |
|
\input{content/declaration} |
|
\input{content/acronyms} |
|
%Ausgabe Literaturverzeichnis |
|
\printbibliography |
|
|
|
\end{document} |