Commit a5bccafc731f70cdd3294536cd4153ee85696bbd
authorgreflm13 <greflm13@htl-kaindorf.ac.at>
Wed, 7 Mar 2018 07:25:39 +0000 (08:25 +0100)
committergreflm13 <greflm13@htl-kaindorf.ac.at>
Wed, 7 Mar 2018 07:25:39 +0000 (08:25 +0100)
12 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
1_nicer_Dude.tex [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
appendix.tex [new file with mode: 0644]
listings.tex [new file with mode: 0644]
logoMecha.png [new file with mode: 0644]
main.pdf [new file with mode: 0644]
main.tex [new file with mode: 0644]
main.url [new file with mode: 0644]
opening.tex [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..dfe0770
--- /dev/null
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..a0322db
--- /dev/null
@@ -0,0 +1,220 @@
+## Core latex/pdflatex auxiliary files:
+*.aux
+*.lof
+*.log
+*.lot
+*.fls
+*.out
+*.toc
+*.fmt
+*.fot
+*.cb
+*.cb2
+
+## Intermediate documents:
+*.dvi
+*-converted-to.*
+# these rules might exclude image files for figures etc.
+# *.ps
+# *.eps
+# *.pdf
+
+## Generated if empty string is given at "Please type another file name for output:"
+.pdf
+
+## Bibliography auxiliary files (bibtex/biblatex/biber):
+*.bbl
+*.bcf
+*.blg
+*-blx.aux
+*-blx.bib
+*.run.xml
+
+## Build tool auxiliary files:
+*.fdb_latexmk
+*.synctex
+*.synctex(busy)
+*.synctex.gz
+*.synctex.gz(busy)
+*.pdfsync
+
+## Auxiliary and intermediate files from other packages:
+# algorithms
+*.alg
+*.loa
+
+# achemso
+acs-*.bib
+
+# amsthm
+*.thm
+
+# beamer
+*.nav
+*.pre
+*.snm
+*.vrb
+
+# changes
+*.soc
+
+# cprotect
+*.cpt
+
+# elsarticle (documentclass of Elsevier journals)
+*.spl
+
+# endnotes
+*.ent
+
+# fixme
+*.lox
+
+# feynmf/feynmp
+*.mf
+*.mp
+*.t[1-9]
+*.t[1-9][0-9]
+*.tfm
+
+#(r)(e)ledmac/(r)(e)ledpar
+*.end
+*.?end
+*.[1-9]
+*.[1-9][0-9]
+*.[1-9][0-9][0-9]
+*.[1-9]R
+*.[1-9][0-9]R
+*.[1-9][0-9][0-9]R
+*.eledsec[1-9]
+*.eledsec[1-9]R
+*.eledsec[1-9][0-9]
+*.eledsec[1-9][0-9]R
+*.eledsec[1-9][0-9][0-9]
+*.eledsec[1-9][0-9][0-9]R
+
+# glossaries
+*.acn
+*.acr
+*.glg
+*.glo
+*.gls
+*.glsdefs
+
+# gnuplottex
+*-gnuplottex-*
+
+# gregoriotex
+*.gaux
+*.gtex
+
+# hyperref
+*.brf
+
+# knitr
+*-concordance.tex
+# TODO Comment the next line if you want to keep your tikz graphics files
+*.tikz
+*-tikzDictionary
+
+# listings
+*.lol
+
+# makeidx
+*.idx
+*.ilg
+*.ind
+*.ist
+
+# minitoc
+*.maf
+*.mlf
+*.mlt
+*.mtc[0-9]*
+*.slf[0-9]*
+*.slt[0-9]*
+*.stc[0-9]*
+
+# minted
+_minted*
+*.pyg
+
+# morewrites
+*.mw
+
+# nomencl
+*.nlo
+
+# pax
+*.pax
+
+# pdfpcnotes
+*.pdfpc
+
+# sagetex
+*.sagetex.sage
+*.sagetex.py
+*.sagetex.scmd
+
+# scrwfile
+*.wrt
+
+# sympy
+*.sout
+*.sympy
+sympy-plots-for-*.tex/
+
+# pdfcomment
+*.upa
+*.upb
+
+# pythontex
+*.pytxcode
+pythontex-files-*/
+
+# thmtools
+*.loe
+
+# TikZ & PGF
+*.dpth
+*.md5
+*.auxlock
+
+# todonotes
+*.tdo
+
+# easy-todo
+*.lod
+
+# xindy
+*.xdy
+
+# xypic precompiled matrices
+*.xyc
+
+# endfloat
+*.ttt
+*.fff
+
+# Latexian
+TSWLatexianTemp*
+
+## Editors:
+# WinEdt
+*.bak
+*.sav
+
+# Texpad
+.texpadtmp
+
+# Kile
+*.backup
+
+# KBibTeX
+*~[0-9]*
+
+# auto folder when using emacs and auctex
+/auto/*
+
+# expex forward references with \gathertags
+*-tags.tex
diff --git a/1_nicer_Dude.tex b/1_nicer_Dude.tex
new file mode 100644 (file)
index 0000000..9b193b5
--- /dev/null
@@ -0,0 +1,95 @@
+\chapter{Beispiele}
+\section{Beispiel mit Code und Bildern}
+\subsection{Code und Bilder}
+\subsubsection{Sogar mit Textumfluss}
+\paragraph{Bilder}
+
+\begin{wrapfigure}{r}{0.7\textwidth}
+\vspace{-30pt}
+  \begin{center}
+    \includegraphics[width=0.7\textwidth]{logoMecha}
+  \end{center}
+  \caption{Bild mit Textumfluss}
+  \label{Bild mit Textumfluss}
+  \vspace{-10pt}
+\end{wrapfigure}
+
+Hier muss Text stehen, sonst wird von unten alles verschoben. Sollte nicht genug Text vorhanden sein muss mit dem vspace Befehl das Format angepasst werden. Mit dem vspace Kommando muss solange herumgspielt werden, bis das Format passt. Sollte nicht genug Platz gebraucht werden wird der wrapfigure Befehl auch weiter unten alles auf die halbe Seite verringen. Verweisen auf die Bilder \ref{Bild mit Textumfluss} und \ref{Bild über ganze Seitenbreite} kann man mit dem Befehl \textbackslash{}ref\{\}
+
+\begin{figure}[H]
+      \includegraphics[width=1\textwidth]{logoMecha}
+      \caption{Bild über ganze Seitenbreite}
+      \label{Bild über ganze Seitenbreite}
+\end{figure}
+\newpage
+
+\paragraph{Code} Hier muss Text stehen, sonst wird der Paragraph nicht angezeigt.
+
+\begin{lstlisting}[style=java,caption=Codebeispiel]
+package u04t;
+
+import ue04.Bauteil;
+import ue04.Kondensator;
+import ue04.Placeable;
+import ue04.PlaceableWiderstand;
+import ue04.Spule;
+import ue04.Widerstand;
+
+
+/**
+ *
+ * @author sx
+ */
+public class Ue04
+{
+  public static void main (String[] args)
+  {
+    Widerstand r1 = new Widerstand(1000, 10);
+    Kondensator c1 = new Kondensator(0.001, 1, r1.getCurrent());
+    Spule l1 = new Spule (0.01, 5.4, c1.getCurrent());
+    
+    Bauteil [] bauteile = new Bauteil [4];
+    bauteile[0] = r1;
+    bauteile[1] = c1;
+    bauteile[2] = l1;
+    bauteile[3] = new PlaceableWiderstand(100, 2, 10, 12.3);
+    
+    double totalEnergy = 0.0;
+    for (Bauteil b : bauteile)
+    {
+      System.out.print(b);
+      if (b instanceof Placeable)
+      {
+        Placeable p = (Placeable)b;
+        System.out.print(" x=" + p.getX() + "  y=" + p.getY());
+      }
+      System.out.println();
+      
+      totalEnergy += b.getEnergy();
+    }
+    System.out.println("Gesamtenergie: " + totalEnergy + "J");
+    
+  }
+}
+
+\end{lstlisting}
+\newpage
+
+\section{Tabellenbeispiel}
+
+Tabelle \ref{Tabellenbeispiel} ist mit einem Onlinegenerator erzeugt, da Tabellen anstrengend sind.
+
+\begin{table}[]
+\resizebox{0.5\textwidth}{!}{%
+\begin{tabular}{|c|c|c|c|c|}
+\hline
+\textit{\textbf{1}} & \textit{\textbf{2}}  & \textit{\textbf{3}}  & \textit{\textbf{4}}  & \textit{\textbf{5}}  \\ \hline
+\textit{\textbf{2}} & \textit{\textbf{4}}  & \textit{\textbf{6}}  & \textit{\textbf{8}}  & \textit{\textbf{10}} \\ \hline
+\textit{\textbf{3}} & \textit{\textbf{6}}  & \textit{\textbf{9}}  & \textit{\textbf{12}} & \textit{\textbf{15}} \\ \hline
+\textit{\textbf{4}} & \textit{\textbf{8}}  & \textit{\textbf{12}} & \textit{\textbf{16}} & \textit{\textbf{20}} \\ \hline
+\textit{\textbf{5}} & \textit{\textbf{10}} & \textit{\textbf{15}} & \textit{\textbf{20}} & \textit{\textbf{25}} \\ \hline
+\end{tabular}%
+}
+\caption{Tabellenbeispiel}
+\label{Tabellenbeispiel}
+\end{table}
diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..4a1f009
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2018 greflm13
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..c85f4d3
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# Diplomarbeit_Mechatronik_Vorlage_Latex
diff --git a/appendix.tex b/appendix.tex
new file mode 100644 (file)
index 0000000..206da7e
--- /dev/null
@@ -0,0 +1,19 @@
+\renewcommand\appendixname{Anhang}
+\renewcommand\appendixpagename{Anhang}
+\renewcommand\appendixtocname{Anhang}
+
+\lohead{}
+
+\appendix
+\begingroup
+\makeatletter
+\let\ps@plain\ps@empty
+\appendixpage
+\makeatother
+\endgroup
+
+\listoffigures
+\listoftables
+\lstlistoflistings
+\bibliography{Literaturverzeichnis}
+\bibliographystyle{jurabib}
\ No newline at end of file
diff --git a/listings.tex b/listings.tex
new file mode 100644 (file)
index 0000000..ebba65d
--- /dev/null
@@ -0,0 +1,39 @@
+%Java
+%Model from netbeans
+\definecolor{java_net_comment}{rgb}{0.586,0.586,0.586}
+\definecolor{java_net_keyword}{rgb}{0,0,0.898}
+\definecolor{java_net_string}{rgb}{0.805,0.480,0}
+\definecolor{java_net_preprocessor}{rgb}{0,0.597,0}
+\definecolor{codeBackGray}{gray}{0.98}
+
+\lstdefinestyle{java}{                                                                                                                                                                         %define java style
+  language=Java,                                                                                                                                                               % the language of the code
+  backgroundcolor=\color{codeBackGray},                                                                                                                                % choose the background color
+  basicstyle=\fontencoding{T1}\fontfamily{courier}\fontseries{m}\selectfont\footnotesize,                      % the size of the fonts that are used for the code
+  breakatwhitespace=false,                                                                                                                                                     % sets if automatic breaks should only happen at whitespace
+  breaklines=true,                                                                                                                                                             % sets automatic line breaking
+  captionpos=b,                                                                                                                                                                % sets the caption-position to bottom
+  commentstyle=\color{java_net_comment},                                                                                                                       % comment style
+  escapeinside={(}{)},                                                                                                                                                         % if you want to add LaTeX within your code
+  extendedchars=true,                                                                                                                                                          % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8
+  frame=none,%single,                                                                                                                                                  % adds a frame around the code
+  framexleftmargin=8mm,                                                                                                                                                                        %include numbers into the frame
+  keepspaces=true,                                                                                                                                                             % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)
+  keywordstyle=\color{java_net_keyword},                                                                                                                               % keyword style
+  deletekeywords=                                                                                                                                                                      % if you want to delete keywords from the given language
+ {}, 
+  otherkeywords={},                                                                                                                                                            % if you want to add more keywords to the set
+  numbers=left,                                                                                                                                                                % where to put the line-numbers; possible values are (none, left, right)
+  numbersep=8pt,                                                                                                                                                               % how far the line-numbers are from the code
+  numberstyle=\fontencoding{T1}\fontfamily{courier}\fontseries{m}\selectfont\footnotesize,                             % the style that is used for the line-numbers
+  rulecolor=\color{black},                                                                                                                                                     % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. comments (green here))
+  showspaces=false,                                                                                                                                                            % show spaces everywhere adding particular underscores; it overrides 'showstringspaces'
+  showstringspaces=false,                                                                                                                                                      % underline spaces within strings only
+  showtabs=false,                                                                                                                                                              % show tabs within strings adding particular underscores
+  stepnumber=1,                                                                                                                                                                % the step between two line-numbers. If it's 1, each line will be numbered
+  stringstyle=\color{java_net_string},                                                                                                                                 % string literal style
+  tabsize=2,                                                                                                                                                                   % sets default tabsize to 2 spaces
+  title=\lstname,                                                                                                                                                              % show the filename of files included with
+}
+
+\newcommand{\inlinecode}[2]{\colorbox{editorGray}{\lstinline[language=#1]$#2$}}
\ No newline at end of file
diff --git a/logoMecha.png b/logoMecha.png
new file mode 100644 (file)
index 0000000..bc84f68
Binary files /dev/null and b/logoMecha.png differ
diff --git a/main.pdf b/main.pdf
new file mode 100644 (file)
index 0000000..8176ebc
Binary files /dev/null and b/main.pdf differ
diff --git a/main.tex b/main.tex
new file mode 100644 (file)
index 0000000..2cd3e0f
--- /dev/null
+++ b/main.tex
@@ -0,0 +1,61 @@
+\documentclass
+[
+a4paper,                                                                                                                       %Papierformat
+11pt,                                                                                                                          %Schriftgröße
+twoside=true,                                                                                                          %Zweiseitig
+openright,                                                                                                                     %Neues Kapitel immer auf der rechten Seite
+titlepage,                                                                                                                     %Titelseite
+headinclude,                                                                                                           %Seitengröße auch bei Kopfzeile
+numbers=noenddot,                                                                                                      %Bei Kapiteln keine abschließenden Punkte
+listof=numbered,                                                                                                       %Listingsverzeichnis
+bibliography=totocnumbered,                                                                                    %Literaturverzeichnis
+]
+{scrbook}                                                                                                                      %Dokumenttyp
+\usepackage[ngerman]{babel}                                                                                    %Deutsch
+\usepackage[bottom=1in,inner=1in,outer=20mm,top=20mm]{geometry}                %Ganze Seite
+\usepackage{emptypage}                                                                                         %Leere Seiten ohne Kopf und Fußzeile
+\usepackage[headsepline]{scrlayer-scrpage}                                                     %Kopf und Fußzeile
+\pagestyle{scrheadings}                                                                                                %Nummerierung in der Kopfzeile
+\clearscrheadfoot                                                                                                      %Kopf und Fußzeile löschen
+\rehead{\headmark}                                                                                                     %Kapitelname auf der geraden Seite innen
+\ohead[\pagemark]{\pagemark}                                                                           %Seitennummerierung
+\lohead{}                                                                                                                      %Name auf der ungeraden Seite innen
+\renewcommand*{\chapterpagestyle}{scrheadings}                                         %Kopf und Fußzeile auf Seiten mit Überschriften anders
+\usepackage{graphicx}                                                                                          %Bilder
+\usepackage{caption}                                                                                           %Tabellen Listings und Figuren mit beschriftung im Verzeichnissen
+\usepackage[T1]{fontenc}                                                                                       %Outputencoding
+\usepackage{float}                                                                                                     %Plazierung von Floats (Bilder Tabellen)
+\usepackage[utf8]{inputenc}                                                                                    %UTF8
+\usepackage{wrapfig}                                                                                           %Textumfluss von Bildern, die nicht die ganze Seite Brauchen
+\usepackage{setspace}                                                                                          %Zeilenabstand
+\usepackage{listings}                                                                                          %Listings (=Code)
+\usepackage{times}                                                                                                     %Schriftart Times Roman
+\usepackage{courier}                                                                                           %Schriftart Courier
+\usepackage{multirow}                                                                                          %Bessere Tabellenformatierung
+\usepackage{array}                                                                                                     %Bessere Tabellenformatierung
+\usepackage{xcolor}                                                                                                    %Farben für Codehighlighting oder ähnliches
+\usepackage{appendix}                                                                                          %Anhang Titelseite
+\usepackage{tabularx}                                                                                          %Bessere Tabellen
+\usepackage{jurabib}                                                                                           %Zitierung
+\usepackage[bookmarks]{hyperref}                                                                       %Automatische Lesezeichen
+
+\setlength{\parindent}{0em}                                                                                    %Einrücken
+
+\subject{\includegraphics[scale=0.7]{logoMecha.png}}
+\title{Diplomarbeitvorlage}
+\subtitle{HTBLA Kaindorf an der Sulm\\Grazer Straße 202, A-8430 Kaindorf an der Sulm\\Ausbildungsschwerpunkt Mechatronik und Automatisierungstechnik}
+\author{Florian Greistorfer, Marian Korošec}
+\date{Abgabedatum: 7.3.2018}
+\publishers{Betreut von:\\Dipl.-Ing. Manfred Steiner}
+\begin{document}                                                                                                       %Dokumentbeginn
+\onehalfspace                                                                                                          %Zeilenabstand
+\maketitle                                                                                                                     %Titelseite
+\setcounter{tocdepth}{5}                                                                                       %Tiefe der Überschriften
+\setcounter{secnumdepth}{5}                                                                                    %Nummerierungstiefe der Überschriften
+\input{listings}
+\input{opening}                                                                                                                %Datei importieren
+\tableofcontents                                                                                                       %Inhaltsverzeichnis
+\mainmatter                                                                                                                    %Seitennummerierung
+\include{1_nicer_Dude}                                                                                         %Datei importieren
+\include{appendix}                                                                                                     %Datei importieren
+\end{document}
\ No newline at end of file
diff --git a/main.url b/main.url
new file mode 100644 (file)
index 0000000..b462abd
--- /dev/null
+++ b/main.url
@@ -0,0 +1 @@
+%%% jurabib url repository
diff --git a/opening.tex b/opening.tex
new file mode 100644 (file)
index 0000000..a46059a
--- /dev/null
@@ -0,0 +1,193 @@
+\frontmatter                                                                                           %Seitennumerierung
+\pagenumbering{Roman}                                                                          %Römische Zahlen
+\addtocounter{page}{2}
+
+\rehead{}
+\ohead[\pagemark]{\pagemark}
+
+\newcommand{\doublesignature}[1]{%
+  \parbox{\textwidth}{
+    \hfill
+    \parbox{7cm}{
+      \centering
+      \rule{6cm}{1pt}\\
+      Florian Greistorfer
+    }
+    \parbox{7cm}{
+      \centering
+      \rule{6cm}{1pt}\\
+      Marian Korošec
+    }
+  }
+}
+\newcommand{\doublesign}[1]{%
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+  \parbox{\textwidth}{
+    \hfill
+    \parbox{7cm}{
+      \centering
+      \rule{6cm}{1pt}\\
+      1 nicer Dude
+    }
+    \parbox{7cm}{
+      \centering
+      \rule{6cm}{1pt}\\
+      1 anderer nicer Dude
+    }
+  }
+}
+
+\vspace*{20pt}
+
+\section*{Eidestattliche Erklärung}
+\label{sec:eidestattliche-erklaerung}
+Ich erkläre an Eides statt, dass ich die vorliegende Arbeit selbstständig verfasst, andere als die angegebenen
+Quellen/Hilfsmittel nicht benutzt und die den benutzten Quellen wörtlich und inhaltlich entnommenen
+Stellen als solche kenntlich gemacht habe.\\
+\\
+Arnfels, am 5. April 2018\\
+
+\vskip 1cm
+
+\doublesignature{}
+\doublesign{}
+
+\vskip 5cm
+
+\clearpage
+
+\newpage
+\thispagestyle{empty}
+\mbox{}
+
+\clearpage
+
+\section*{Danksagung}
+\label{sec:danksagung}
+
+\clearpage
+
+\newpage
+\thispagestyle{empty}
+\mbox{}
+
+\clearpage
+
+\section*{Abstract}
+\label{sec:abstract}
+
+\section*{Zusammenfassung}
+
+\clearpage
+
+\newpage
+\thispagestyle{empty}
+\mbox{}
+
+\clearpage
+
+\subsection*{Gender Erklärung}
+\label{sec:gender-erklaerung}
+Aus Gründen der besseren Lesbarkeit wird in dieser Arbeit die Sprachform des generischen Maskulinums angewendet. Es wird an dieser Stelle darauf hingewiesen, dass die ausschließliche Verwendung der männlichen Form geschlechtsunabhängig verstanden werden soll.
+
+\subsection*{Über dieses Dokument}
+\label{sec:ueber-dokument}
+Diese Arbeit wurde in \LaTeX{} verfasst. Diese Art der Dokumentation bietet gegenüber den normalen Textverarbeitungen gewisse Vorteile hinsichtlich der Formatierung und des Einbindens von Grafiken. Auch Formeln können sehr einfach und effizient angegegeben werden.
+
+\clearpage
+
+\newpage
+\thispagestyle{empty}
+\mbox{}
+
+\clearpage
+
+\section*{Projektteam}
+\label{sec:projektteam}
+
+\subsection*{Florian Greistorfer}
+\begin{wrapfigure}[12]{l}{0.5\textwidth}
+\begin{center}
+  \includegraphics[width=0.35\textwidth]{logoMecha}
+\end{center}
+\end{wrapfigure}
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\textbf{Aufgabenbereich}:\\
+Latex\\
+\textbf{Betreuer}:\\
+Marian Korošec
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+
+\subsection*{Marian Korošec}
+\begin{wrapfigure}[15]{l}{0.5\textwidth}
+\begin{center}
+  \includegraphics[width=0.35\textwidth]{LogoMecha}
+\end{center}
+\end{wrapfigure}
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\textbf{Aufgabenbereich}:\\
+Latex\\
+\textbf{Betreuer}:\\
+Florian Greistorfer
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\newpage
+
+\subsection*{1 nicer Dude}
+\begin{wrapfigure}[12]{l}{0.5\textwidth}
+\begin{center}
+  \includegraphics[width=0.35\textwidth]{logoMecha}
+\end{center}
+\end{wrapfigure}
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\textbf{Aufgabenbereich}:\\
+Exisitieren\\
+\textbf{Betreuer}:\\
+Ich
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+
+\subsection*{1 anderer nicer Dude}
+\begin{wrapfigure}[15]{l}{0.5\textwidth}
+\begin{center}
+  \includegraphics[width=0.35\textwidth]{logoMecha}
+\end{center}
+\end{wrapfigure}
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\mbox{}\\
+\textbf{Aufgabenbereich}:\\
+nichjt existieren\\
+Mechianik\\
+\textbf{Betreuer}:\\
+Du
\ No newline at end of file