Merge branch 'master' into 'master'

Fix spelling of WLAN and Euro symbol

See merge request cklug/iotnight!1
master
Clemens Klug 2017-11-20 16:45:53 +00:00
commit 6a1cc89856
2 changed files with 4 additions and 3 deletions

View File

@ -151,3 +151,4 @@
\usepackage{pifont}
\usepackage{fourier}
\usepackage{menukeys}
\usepackage{eurosym}

View File

@ -85,7 +85,7 @@ compress
\begin{itemize}
\item Verfügbare Sets: 20
\item Reserviert: ~15
\item Kosten: 8 € pro Set
\item Kosten: \EUR{8} pro Set
\end{itemize}
\end{frame}
\begin{frame}{Content}
@ -198,8 +198,8 @@ Windows:
\end{frame}
\subsection{Wlan}
\begin{frame}[fragile]{Wlan}\framesubtitle{Put the I in IoT}
\subsection{WLAN}
\begin{frame}[fragile]{WLAN}\framesubtitle{Put the I in IoT}
\begin{lstlisting}[caption={Descriptive Caption Text},label=DescriptiveLabel]
import network
sta_if = network.WLAN(network.STA_IF)