This commit is contained in:
toni
2018-05-17 11:47:46 +02:00
2 changed files with 14 additions and 4 deletions

View File

@@ -7,9 +7,19 @@ max. 1 Seite
\begin{figure} \begin{figure}
\centering \centering
\includesvg[width=8.7cm]{gfx/map1} \includesvg[width=8.7cm]{gfx/map1}
\caption{wonderful image of a wonderful floorplan within a wonderful building} \caption{
wonderful image of a wonderful floorplan within a wonderful building
\commentByFrank{vlt ein cooles mittelalter beispiel? schwerter oder bilderrahmen an der wand?}
}
\end{figure} \end{figure}
\commentByFrank{
was haben wir bisher verwendet (graph)\\
was sind die probleme (speicher, diskret)\\
was verwenden wir deshalb jetzt (triangles)\\
was sind die vorteile / nachteile? (weniger speicher, teils schneller, teils langsamer)
}
\begin{itemize} \begin{itemize}
\item Karte wird manuell über ein Tool erstellt bei dem wände, türen, fentser etc. eingezeichnet werden \item Karte wird manuell über ein Tool erstellt bei dem wände, türen, fentser etc. eingezeichnet werden
\item Karte unterscheidet bereiche, treppen etc. \item Karte unterscheidet bereiche, treppen etc.

View File

@@ -88,7 +88,7 @@
\newcommand{\commentByFrank}[1]{% \newcommand{\commentByFrank}[1]{%
\noindent% \noindent%
\fcolorbox{black}{cyan}{% \fcolorbox{black}{cyan}{%
\parbox[position]{0.45\textwidth}{% \parbox[position]{0.95\textwidth}{%
\footnotesize% \footnotesize%
{\bf Frank:} #1% {\bf Frank:} #1%
}% }%
@@ -97,7 +97,7 @@
\newcommand{\commentByMarkus}[1]{% \newcommand{\commentByMarkus}[1]{%
\noindent% \noindent%
\fcolorbox{black}{green}{% \fcolorbox{black}{green}{%
\parbox[position]{0.45\textwidth}{% \parbox[position]{0.95\textwidth}{%
\footnotesize% \footnotesize%
{\bf Lukas:} #1% {\bf Lukas:} #1%
}% }%
@@ -106,7 +106,7 @@
\newcommand{\commentByToni}[1]{% \newcommand{\commentByToni}[1]{%
\noindent% \noindent%
\fcolorbox{black}{red}{% \fcolorbox{black}{red}{%
\parbox[position]{0.45\textwidth}{% \parbox[position]{0.95\textwidth}{%
\footnotesize% \footnotesize%
{\bf Toni:} #1% {\bf Toni:} #1%
}% }%