slides/slides06.tex
changeset 809 2b9956d29038
parent 803 d4fb8c7fc3bf
child 849 3d5ecb8f1f2f
--- a/slides/slides06.tex	Wed Nov 18 12:18:33 2020 +0000
+++ b/slides/slides06.tex	Tue Nov 24 21:22:31 2020 +0000
@@ -14,6 +14,13 @@
 %\newcommand{\dn}{\stackrel{\mbox{\scriptsize def}}{=}}% for definitions
 \newcommand{\qq}{\mbox{\texttt{"}}}
 
+\usepackage{tcolorbox}
+\newtcolorbox{mybox}{colback=red!5!white,colframe=red!75!black}
+\newtcolorbox{mybox2}[1]{colback=red!5!white,colframe=red!75!black,fonttitle=\bfseries,title=#1}
+\newtcolorbox{mybox3}[1]{colback=Cyan!5!white,colframe=Cyan!75!black,fonttitle=\bfseries,title=#1}
+
+
+
 \begin{document}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -193,6 +200,23 @@
 \end{frame}}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
 
+
+\begin{frame}[t,fragile]
+\begin{mybox3}{}
+   In CW3, in the collatz program there is the line write "$\backslash$n" Should this print "/n" or perform the new line command /n ? Also should write be print() or println() ?
+\end{mybox3}
+\end{frame}
+
+\begin{frame}[t]
+  \begin{mybox3}{}
+  When will we have the mid-term that was originally scheduled for last week? We haven't heard anything about it for 2 weeks.  
+\end{mybox3}
+\end{frame}
+
+\begin{frame}<1-12>[c]
+\end{frame}
+
+
 \end{document}
 
 
@@ -968,6 +992,9 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 %
 
+
+
+
 \end{document}
 
 
@@ -1271,6 +1298,8 @@
 \end{frame}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
+