Current checking
This commit is contained in:
parent
dd92b9c1ac
commit
a1829bfcfc
9 changed files with 150 additions and 86 deletions
|
@ -4,6 +4,8 @@
|
|||
\begin{otherlanguage}{ngerman}
|
||||
\pdfbookmark[0]{Zusammenfassung}{Zusammenfassung}
|
||||
\chapter*{Zusammenfassung}
|
||||
\mytodos{Dies am Ende noch Ausfüllen!!!}
|
||||
|
||||
Kurze Zusammenfassung des Inhaltes in deutscher Sprache von ca. einer Seite länge. Dabei sollte vor allem auf die folgenden Punkte eingegangen werden:
|
||||
\begin{itemize}
|
||||
\item Motivation: Wieso ist diese Arbeit entstanden? Warum ist das Thema der Arbeit (für die Allgemeinheit) interessant? Dabei sollte die Motivation von der konkreten Aufgabenstellung, z.B. durch eine Firma, weitestgehend abstrahiert werden.
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
\begin{otherlanguage}{american}
|
||||
\pdfbookmark[0]{Abstract}{Abstract}
|
||||
\chapter*{Abstract}
|
||||
\mytodos{Dies am Ende noch Ausfüllen!!!}
|
||||
|
||||
A short summary of the contents in English of about one page. The following points should be addressed in particular:
|
||||
\begin{itemize}
|
||||
\item Motivation: Why did this work come about? Why is the topic of the work interesting (for the general public)? The motivation should be abstracted as far as possible from the specific tasks that may be given by a company.
|
||||
|
|
|
@ -9,8 +9,11 @@
|
|||
\markboth{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}
|
||||
\chapter*{Abk\"{u}rzungsverzeichnis}
|
||||
|
||||
% Insert your acronyms here
|
||||
\begin{acronym}[UML]
|
||||
% Insert your acronyms here (Das Kürzel mit der längsten Bezeichnung sollte in den eckigen Klammern eingetragen werden)
|
||||
\begin{acronym}[API]
|
||||
\acro{EJB}{Enterprise Java Beans}
|
||||
\acro{JSP}{Java Server Page}
|
||||
\acro{ORM}{Object Relational Mapping}
|
||||
\acro{SFSB}{Stateful Session-Bean}
|
||||
\acro{JPA}{Java Persistence API}
|
||||
\acro{API}{Application Programming Interface}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue