adding agenda and experimenting with tikz
This commit is contained in:
parent
104169cbea
commit
837c1e08f5
31
main.tex
31
main.tex
@ -1,8 +1,8 @@
|
||||
\documentclass{beamer}
|
||||
\usepackage{beamerthemeDHBW} % Include the package
|
||||
\usepackage{textpos}
|
||||
\usepackage{amssymb} % Add the missing package
|
||||
\usepackage{bookmark}
|
||||
\usepackage{tikz}
|
||||
\newcommand{\internetadresse}{https://www.dhbw.de}
|
||||
%Information to be included in the title page:
|
||||
\title{Java-TX Compiler in Java-TX}
|
||||
@ -16,9 +16,36 @@
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Agenda}
|
||||
\begin{enumerate}
|
||||
\item<1-> Motivation
|
||||
\item<2-> Aufbau der Umgebung
|
||||
\item<3-> Probleme
|
||||
\begin{enumerate}
|
||||
\item<3-> Überschreibung von Methoden
|
||||
\item<3-> Lambda Ausdrücke
|
||||
\end{enumerate}
|
||||
\item<4-> Bugs
|
||||
\end{enumerate}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Motivation}
|
||||
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
|
||||
|
||||
\begin{tikzpicture}[scale=3]
|
||||
% Draw rectangle without top line
|
||||
\draw (1,0) -- (0,0) -- (0,1) -- (3,1) -- (3,0) -- (2,0) -- (2, -1) -- (1, -1) -- cycle;
|
||||
\node at (0.5, 0.5) {JAV};
|
||||
\node<-1> at (1.5, -0.5) {JAVA};
|
||||
\node<2-> at (1.5, -0.5) {JTX};
|
||||
\node at (2.5, 0.5) {BC};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user