1
0
Fork 0
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.
INSORI1/insori.tex

117 lines
2.5 KiB

4 years ago
%Klassenoptionen:
4 years ago
% bibtotoc für Literaturverzeichnis im Inhaltsverzeichnis
% abstracton für Überschrift bei abstract-Umgebung
4 years ago
\documentclass[
12pt,
4 years ago
bibtotoc,
4 years ago
abstracton,
parskip=full
]{scrartcl}
4 years ago
%Spracheinstellungen Deutsch
4 years ago
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
4 years ago
\usepackage[english,ngerman]{babel}
4 years ago
\usepackage{microtype}
\usepackage[pdfborder={0 0 0}]{hyperref}
\usepackage{url}
4 years ago
%Seitenrand
\usepackage[a4paper,margin=3cm]{geometry}
\usepackage{blindtext}
%Font
\usepackage{mathptmx}
%Grafiken
\usepackage{graphicx}
%Linguistische Beispiele
\usepackage{linguex}
4 years ago
\usepackage{csquotes}
4 years ago
\usepackage[toc,page]{appendix}
\usepackage{tabularx}
\usepackage[smaller]{acronym}
4 years ago
%Infos für Titel
\title{Freie und quelloffene Software in proprietärer Software}
4 years ago
\date{\today}
%Vergrößerung Zeilenabstand
4 years ago
\renewcommand{\baselinestretch}{1.25}
\KOMAoptions{parskip=half}
%Bibliografie
4 years ago
\usepackage[style=apa,natbib=true]{biblatex}
4 years ago
\addbibresource{insori.bib}
4 years ago
\begin{document}
%Deckblatt auf separater Seite
\begin{titlepage}
\maketitle
\vfill
\noindent {\normalfont \bfseries Seminar}\\
4 years ago
Hochschule Darmstadt\\
Fachbereich Informatik\\
Interdisziplinäre und sozialwissenschaftliche
Reflexion der Informatik 1\\
Dozent: Stefan Gammel\\
WS 2019/2020\\
\
\noindent {\normalfont \bfseries Autor}\\
4 years ago
\author{Jonas Franz}\\
4 years ago
jonas.franz@stud.h-da.de\\
4 years ago
3.Semester, Kooperativer Studiengang Informatik (B. Sc.)\\
Matr.-Nr: 760233
4 years ago
\thispagestyle{empty}
\end{titlepage}
%Abstract
\begin{abstract}
4 years ago
\input{content/abstract}
4 years ago
\end{abstract}
\newpage
%Inhaltsverzeichnis
\tableofcontents
\newpage
\section{Einleitung}
4 years ago
\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}
4 years ago
\appendix
\newpage
4 years ago
\input{content/declaration}
\input{content/acronyms}
4 years ago
%Ausgabe Literaturverzeichnis
4 years ago
\printbibliography
\end{document}