Procházet zdrojové kódy

add bug an nice code

Simon Hammer před 3 roky
rodič
revize
3bb6f1656e
3 změnil soubory, kde provedl 8 přidání a 3 odebrání
  1. 8 3
      vortrag/core.tex
  2. binární
      vortrag/media/bug.png
  3. binární
      vortrag/media/codeFragment.png

+ 8 - 3
vortrag/core.tex

@@ -245,8 +245,11 @@ def sendStarttls(host, sendingMail, receivingMail, password, message="",
 
 \begin{frame}[plain]{Senden einer Email}
 %\makeset
-    \lstset{language=Python}
-    \lstinputlisting[language=Python]{code/sentMail.py}
+    %\lstset{language=Python}
+    %\lstinputlisting[language=Python]{code/sentMail.py}
+    \begin{figure}[h]
+        \includegraphics[width=.4\textwidth]{media/codeFragment.png}
+    \end{figure}
 \end{frame}
 
 
@@ -271,7 +274,9 @@ def sendStarttls(host, sendingMail, receivingMail, password, message="",
 
 % TODO: insert bugs
 \begin{frame}[plain]{Bugs}
-INSERT BUGS HERE
+    \begin{figure}[h]
+        \includegraphics[width=.4\textwidth]{media/bug.png}
+    \end{figure}
 \end{frame}
 
 

binární
vortrag/media/bug.png


binární
vortrag/media/codeFragment.png