annotate development-case.tex @ 1:3b7bede36504

added real content structure; added first real content
author meillo@marmaro.de
date Mon, 14 Jan 2008 07:25:25 +0100
parents 662d647b9e94
children 64246b8cbb50
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
1 % V. 1.0
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
2 \documentclass[a4paper,12pt,titlepage,DIV12,parskip]{scrreprt}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
3 \setlength{\parskip}{3mm} %abstand abs\"{a}tze und listen
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
4 \usepackage{setspace}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
5 \usepackage[utf8]{inputenc}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
6 \usepackage{ngerman}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
7 \usepackage[pdftex]{graphicx}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
8 \usepackage[table]{xcolor}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
9 %\usepackage{SIunits}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
10 \usepackage{ragged2e,array}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
11 \usepackage{wrapfig}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
12 \usepackage[footnotesize]{caption2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
13 \usepackage{supertabular}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
14 \usepackage{chngcntr}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
15 \usepackage{longtable}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
16 %\usepackage{lastpage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
17 \usepackage{caption2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
18 \usepackage[right]{eurosym}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
19 %\usepackage{float}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
20 \usepackage[ngerman]{varioref}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
21 %\usepackage{enumitem}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
22 \usepackage[colorlinks,linkcolor=black,urlcolor=blue,bookmarks,bookmarksopen,bookmarksnumbered]{hyperref}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
23
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
24 %PDF Infos
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
25 \pdfinfo{
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
26 /Title (development-case.tex)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
27 /Subject (Development Case)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
28 %/Creator (TeX / pdfTeX)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
29 %/Producer (Christoph Galler)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
30 /Author (markus schnalke)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
31 /CreationDate (D:20080113090000)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
32 /ModDate (D:20080113090000)
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
33 }
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
34
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
35 %neues Kommando fuer Breitenangabe in der Tabelle mit vorgegebener Breite:
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
36 \newcommand{\preserveBackslash}[1]{\let\temp=\\#1\let\\=\temp}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
37 \newcolumntype{R}[1]{>{\preserveBackslash\RaggedLeft}p{#1}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
38 % Font Familie
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
39 \renewcommand{\familydefault}{\sfdefault}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
40 %\nofiles
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
41 % Fuer tabellenkopf
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
42 \newcommand{\hoehe}{\parbox[1pt][2em][c]{0cm}{}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
43
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
44 \definecolor{gray09}{gray}{0.9}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
45 \definecolor{gray07}{gray}{0.7}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
46
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
47 %Counternummerierung \"{a}ndern -> 1.1 2.1 3.1 etc.
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
48 \counterwithin{section}{chapter}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
49
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
50 % Name f\"{u}r autoref bei figure Umgebungen: Abbildung x.z
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
51 \renewcommand{\figureautorefname}{Abbildung}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
52 \renewcommand{\chapterautorefname}{Kapitel}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
53 \renewcommand{\sectionautorefname}{Unterkapitel}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
54 \renewcommand{\tableautorefname}{Tabelle}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
55
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
56
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
57 % Textkoerperhoehe
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
58 \setlength{\headsep}{0.6cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
59 \addtolength{\textheight}{0.9cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
60 \setlength{\footskip}{0.9cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
61
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
62 % Kopf- und Fu{\ss}zeile
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
63 \setlength{\headheight}{2cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
64 \usepackage[automark]{scrpage2}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
65 \automark[section]{section}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
66 \setheadwidth{15.8cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
67 \ihead{\headmark}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
68 \ihead{Online Seminarbuchungssystem}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
69 \chead{{\color{blue}\color{black}\rule[-10pt]{18.4cm}{0.1pt}\color{black}}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
70 \ohead{\headmark}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
71 \setfootwidth[-74pt]{18.3cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
72 \setfootsepline[foot]{.1pt}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
73 \ifoot{} %~~~~~~~~~~~~~~~~~~~\footnotesize Christoph Galler}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
74 \cfoot{}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
75 \ofoot{\footnotesize Seite \thepage} % ~von \pageref{LastPage}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
76 \renewcommand*{\chapterpagestyle}{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
77 \renewcommand*{\indexpagestyle}{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
78 \pagestyle{scrheadings}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
79
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
80 % Kapitel nicht zu tief beginnen
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
81 \renewcommand*\chapterheadstartvskip{\vspace*{0cm}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
82
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
83
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
84 \begin{document}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
85
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
86 %
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
87 % Titelei
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
88 %
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
89 \begin{titlepage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
90 \vspace*{-0cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
91 {\hspace*{11cm}\includegraphics*[scale=0.5]{pictures/png/logo_hsu_klein}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
92 \begin{center}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
93 \vspace*{1.9cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
94 {\normalsize\textsc{Gruppe 2: Rui Gu, Wei Zhu, Veysel Imamoglu, Dimitar Dimitrov, \\Karl Oppermann, Nathalie Hrycej, Markus Schnalke, Christoph Galler}} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
95 \vspace*{0.6cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
96 \Large \textbf{Online-Seminarbuchungssystem} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
97 \Huge \textbf{Development Case} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
98 \vspace*{0.8cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
99 \Large \textbf{Verfasser: Markus Schnalke} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
100 {\large{} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
101 \vspace*{0.7cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
102 {\textsc{Ulm, \today}}} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
103 \vspace*{5cm}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
104 {\normalsize\textsc{Betreut durch: \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
105 Prof. Dr. Klaus Baer \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
106 Hochschule Ulm \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
107 Prittwitzstra{\ss}e 10\\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
108 89075 Ulm\\}}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
109 \end{center}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
110 \vfill
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
111 \end{titlepage}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
112
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
113 % \addsec{Bitte beachten}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
114 Version vom \today: Das Dokument befindet sich noch im Aufbau, \"{A}nderungen sind dadurch jederzeit M\"{o}glich.
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
115 \addsec{Version dieses Dokuments}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
116 \begin{tabular}{|p{1.5cm}|p{3.cm}|p{1.6cm}|p{2cm}|p{1.4cm}|p{4cm}|}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
117 \hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
118 \multicolumn{5}{|l}{\parbox[0pt][3.4em][l]{12cm}{\vspace{0.2cm}\large Dokument: \textbf{Name des Dokumentes} \newline \emph{ Online-Seminarbuchungssystem}}} & \multicolumn{1}{r|}{\parbox[0pt][3.4em][r]{1.9cm}{\includegraphics*[scale=0.25]{pictures/png/logo_hsu}}} \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
119 \hline\hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
120 \hoehe{\textbf{Version}} & \textbf{Person} & \textbf{Aktion} & \textbf{Datum} & \textbf{Status} & \textbf{Kommentar} \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
121 \hline\hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
122 0.1 & markus schnalke & E & 2007-11-27 & O & Erste Version \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
123 \hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
124 0.2 & markus schnalke & AE & 2008-01-13 & O & Neue Struktur des Dokuments \\
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
125 \hline
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
126 \end{tabular}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
127 {\footnotesize\vspace*{-0.1cm}Aktion: E – Erstellung; AE – \"{A}nderung; QS – Review; AB – Abnahme} \par
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
128 {\footnotesize\vspace*{-0.4cm} Status: O – Offen; D – Diskussion; A – Akzeptiert}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
129 \clearpage
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
130
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
131 % Inhaltsverzeichnis
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
132 \setcounter{tocdepth}{3}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
133 %\renewcommand\contentsname{"Uberblick}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
134 \tableofcontents
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
135
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
136 \clearpage
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
137 %\setcounter{tocdepth}{3}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
138 %\renewcommand\contentsname{Detailliertes Inhaltsverzeichnis}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
139 %\tableofcontents
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
140 %\clearpage
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
141 %
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
142 % Inhalt
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
143 \input{development-case-content}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
144
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
145 \appendix
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
146 \chapter{Glossar}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
147 \chapter{Quellen und Links}
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
148
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
149
662d647b9e94 initial commit
meillo@marmaro.de
parents:
diff changeset
150 \end{document}