WT1CS1-CHH/Dokumentation/CaseStudy_StreamlineB2B.tex

98 lines
2.8 KiB
TeX

% LuaLaTeX can use any Mac OS X font.
% Input to LuaLaTeX is full Unicode, so Unicode characters can be typed directly into the source.
% The next lines tell TeXShop to typeset with Lualatex, and to open and save the source with Unicode encoding.
%!TEX TS-program = Lualatex
%!TEX encoding = UTF-8 Unicode
% Dokument definition
%-------------------------------------------------------------------
\include{DokumentStruktur}
% Article Variables
%-------------------------------------------------------------------
\newcommand{\titlepre}{CaseStudy}
\newcommand{\titleseparator}{ }
\newcommand{\titlename}{BusinessStreamline}
\newcommand{\subtitlepre}{Semester 1}
\newcommand{\subtitleseparator}{ }
\newcommand{\subtitlename}{Webtechnologie}
\newcommand{\authorname}{Ivan Hörler, Harayanamoorthy Prashath, Ciullo Alessio}
\newcommand{\cotitlename}{B2B Platform}
% 0 Seite - Dokumentbeginn
%--------------------------------------------------------------------------------------------------------------------------------------
\begin{document} % Dokumentstruktur beginnen
% 1 Seite - Titelblatt
%-------------------------------------------------------------------
\include{Titelblatt}
% 2 Seite - Inhaltsverzeichniss
%-------------------------------------------------------------------
\tableofcontents %aufrufen des Inhaltsverzeichnisses
\thispagestyle{empty}
\clearpage %ohne footer und Headerzeile
% 3 Seite - Hier beginnt die Arbeit
%-------------------------------------------------------------------
\setcounter{page}{1} %hier beginnt die Seitenzahl
\section{Vision}
\subsection{Vision}
\blindtext
\subsubsection{Vision}
Das ist ein Stichwort\index{Stichwort}.\\
\blindtext
Das ist ein Unter-Stichwort\index{Stichwort!Unter-}.\\
\blindtext
Nun ein neuer Eintrag\index{Eintrag}.
\blindtext
\section{User Stories}
\blindtext
% Quellverzeichniss
%-------------------------------------------------------------------
\begin{thebibliography}{}
\bibitem{schluesselname1} % erste Quellangabe
Ivan Hörler, ISBN 222222
``Irrgendwas schönes."
\textit{Internal Assessment: Mathematical Exploration}.
Website 27. Mai 2016
\bibitem{schluesselname2} % zweite Quellangabe
Remo Hörler, ISBN 000000
``Irrgendwas schönes."
\textit{Internal Assessment: Exploration}.
Website 28. Mai 2016
\end{thebibliography}
% Index
%-------------------------------------------------------------------
\printindex
% abspann
%-------------------------------------------------------------------
\clearpage
\thispagestyle{empty}
\begin{center}
\vspace*{\fill}
\line(1,0){400} \\ [4mm]
\Large{\textsc{this Document is Typset with}} \\ [3mm]
\Large{\Huge\LaTeX{}} \\ [1mm]
\line(1,0){400}\\
\vspace*{\fill}
\end{center}
% Dokumentende
%--------------------------------------------------------------------------------------------------------------------------------------
\end{document}