-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path20_Aufgabenbeschreibung.tex
95 lines (82 loc) · 3.3 KB
/
20_Aufgabenbeschreibung.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\documentclass[
a4paper, % alle weiteren Papierformat einstellbar
%landscape, % Querformat
12pt, % Schriftgrˆfle (12pt, 11pt (Standard))
%5BCOR1cm, % Bindekorrektur, bspw. 1 cm
DIV=calc, % f¸hrt die Satzspiegelberechnung neu aus scrguide 2.4
%twoside,
twoside, % zweiseitig twoside/ einseitig oneside
%twocolumn, % zweispaltiger Satz
%openany, % Kapitel kˆnnen auch auf linken Seiten beginnen
%openright, % Kapitel beginnen auf der rechten Seite
parskip=half*, % Absatzformatierung s. scrguide 3.1
headsepline, % Trennline zum Seitenkopf
footsepline, % Trennline zum Seitenfufl
%notitlepage, % in-page-Titel, keine eigene Titelseite
%chapterprefix, % vor Kapitel¸berschrift wird "Kapitel Nummer" gesetzt
%appendixprefix, % Anhang wird "Anhang" vor die ‹berschrift gesetzt
normalheadings, % ‹berschriften etwas kleiner (smallheadings)
%smallheadings,
%idxtotoc, % Index im Inhaltsverzeichnis
%liststotoc, % Abb.- und Tab.verzeichnis im Inhalt
%bibtotoc, % Literaturverzeichnis im Inhalt
%leqno, % Nummerierung von Gleichungen links
%fleqn, % Ausgabe von Gleichungen linksb¸ndig
%draft, % ¸berlangen Zeilen in Ausgabe gekennzeichnet
%pointlessnumbers,
DIV13, % Seitenrand ist 1/13 (Standard: 1/10 -> ziemlich breit)
BCOR5mm % Bindekorrektur, links 5mm mehr Platz f¸r Bindung
] {scrreprt}
\usepackage[mathletters]{ucs}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[usenames]{color}
\usepackage{hyperref}
\usepackage{wasysym}
\usepackage{graphicx}
\usepackage[normalem]{ulem}
\usepackage{fancyhdr} %%Fancy Kopf- und Fuflzeilen
\usepackage{longtable} %%F¸r Tabellen, die eine Seite ¸berschreiten
\usepackage[babel,german=guillemets]{csquotes} % Franzˆsische Anf¸hrungszeichen \enquote{}
% fuer Zitate
%\usepackage[round]{natbib}
\usepackage[numbers,round]{natbib}
\usepackage{listings}
% for writing line numbers
\usepackage[pagewise,mathlines,displaymath]{lineno}
\lstloadlanguages{PHP, XML, VBScript, Java}
%color definitions
\definecolor{mygray}{rgb}{0.2,0.2,0.2}
\definecolor{mydarkblue}{rgb}{0.2,0.2,0.9}
\definecolor{mydarkred}{rgb}{0.9,0.20,0.2}
\definecolor{mylightergray}{rgb}{0.9,0.9,0.9}
% listing settings
%\lstset{frame=single, numbers=left, numberstyle=\tiny, basicstyle=\footnotesize, stepnumber=1, numbersep=5pt, backgroundcolor=\color{MyGray}, breaklines=true}
\lstset{
basicstyle=\ttfamily\scriptsize\mdseries,
keywordstyle=\bfseries\color{mydarkblue},
identifierstyle=,
commentstyle=\color{mygray},
stringstyle=\itshape\color{mydarkred},
numbers=left,
numberstyle=\tiny,
stepnumber=1,
breaklines=true,
frame=none,
showstringspaces=false,
tabsize=4,
backgroundcolor=\color{mylightergray},
captionpos=b,
float=htbp,
}
\title{Masterarbeit - Aufgabenbeschreibung:\\ Implementierung einer Abfrageschnittstelle für Produktdaten nach ISO-29002-31 und Integration in Produktteiledatenbank nach ISO-13584 }
\date{\today}
\author{Stefan Sobek}
\begin{document}
\maketitle
\input{chapter/21_aufgabenbeschreibung}
\input{chapter/70_use_cases}
%\input{chapter/71_analyse_ISO22745-30_29002-31}
%\input{chapter/72_analyse_fragen}
\end{document}