Skip to content

Commit

Permalink
Finalize slides
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau committed Oct 1, 2020
1 parent 6894d22 commit 6cf7050
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified latex-code/slides/illustrations/MethodDefGen2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified latex-code/slides/illustrations/mapping.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified latex-code/slides/slides.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions latex-code/slides/slides.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
\end{minipage}

\vspace*{0.5cm}
\pause

\begin{minipage}{0.4\textwidth}
\begin{itemize}
Expand All @@ -269,6 +270,7 @@
\end{minipage}
\footnotetext[8]{\url{http://mbeddr.com/}}
\footnotetext[9]{\url{https://github.com/vaclav/MPS_CSharp}}
\pause
\begin{minipage}{0.09\textwidth}
\Large
$\Rightarrow$
Expand All @@ -295,7 +297,7 @@
\end{itemize}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\includegraphics[height=0.75\textheight]{illustrations/mapping.png}
\includegraphics[height=0.85\textheight]{illustrations/mapping.png}
\end{minipage}
\end{frame}

Expand All @@ -320,7 +322,7 @@

\begin{frame}{\workshoptemplate\ Combination 1/4}
\begin{minipage}{0.52\textwidth}
Now the \texttt{MethodDef} concept is contained in a \texttt{ClassDef}
Lets wrap the \texttt{MethodDef} concept into a newly created concept \texttt{ClassDef}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\includegraphics[height=0.8\textheight]{illustrations/classDef.png}
Expand Down Expand Up @@ -348,7 +350,7 @@

\textcolor{white}{m}\\

What is now needed to always call the \texttt{print}-method of the \texttt{ClassDef}-concept generation output? The method is currently not available in this context.
If we now want to call the \texttt{print}-method of the \texttt{ClassDef}-concept, the current template has to be enhanced, as the method is currently not available in our context.
\end{minipage}
\begin{minipage}{0.4\textwidth}
\includegraphics[height=0.8\textheight]{illustrations/methodDefGen.png}
Expand Down

0 comments on commit 6cf7050

Please sign in to comment.