forked from hogeschool/Development-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEV I Lecture VI - extra.tex
65 lines (53 loc) · 1.25 KB
/
DEV I Lecture VI - extra.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass{beamer}
\usetheme[hideothersubsections]{HRTheme}
\usepackage{beamerthemeHRTheme}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage[space]{grffile}
\usepackage{listings}
\lstset{language=C,
basicstyle=\ttfamily\footnotesize,
mathescape=true,
breaklines=true}
\lstset{
literate={ï}{{\"i}}1
{ì}{{\`i}}1
}
\usepackage{color}
\newcommand{\red}[1]{
\textcolor{red}{#1}
}
\newcommand{\ts}{\textbackslash}
\title{Looping with \texttt{for}}
\author{Dr. Giuseppe Maggiore}
\institute{Hogeschool Rotterdam \\
Rotterdam, Netherlands}
\date{}
\begin{document}
\maketitle
\SlideSection{Introduction}
\SlideSubSection{Lecture topics}
\begin{slide}{
\item \texttt{for} statements and their semantics
\item \texttt{for} as a \textit{limited} form of \texttt{while}
}\end{slide}
% \texttt{for} statements and their semantics
%\begin{slide}{
%\item For each \textit{hostile alien}
%\item Do \textit{attack it}
%}\end{slide}
% \texttt{for} as a \textit{limited} form of \texttt{while}
\begin{frame}{This is it!}
\center
\fontsize{18pt}{7.2}\selectfont
The best of luck, and thanks for the attention!
\end{frame}
\end{document}
\begin{slide}{
\item ...
}\end{slide}
\begin{frame}[fragile]
\begin{lstlisting}
...
\end{lstlisting}
\end{frame}