notpron

Deutsche Lösungen zu Notpron
git clone git://xatko.vsos.ethz.ch/notpron.git
Log | Files | Refs

commit f041a8b67b9dd550d8004653d9a7353909411bcd
parent 15348ecec4882cc35cc783e3c02ba6db707518c7
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 11 Jan 2014 23:15:21 +0100

Morsecodetable added.

Diffstat:
Information.tex | 7+++++++
Objects/Tex/Morsecode.tex | 16++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/Information.tex b/Information.tex @@ -1,3 +1,10 @@ +\section{Morsecode} + \begin{table}[H] + \input{Objects/Tex/Morsecode.tex} + \caption{Morsecode} + \label{tbl:morsecode} + \end{table} + \section{Asciitabelle} \begin{table}[H] \input{Objects/Tex/ascii.tex} diff --git a/Objects/Tex/Morsecode.tex b/Objects/Tex/Morsecode.tex @@ -0,0 +1,16 @@ +\begin{longtable}{|c|c||c|c||c|c|} + \hline + A & $\cdot -$ & B & $- \cdot\cdot\cdot$ & C & $-\cdot -\cdot$\\\hline + D & $- \cdot \cdot$ & E & $\cdot$ & F & $\cdot\cdot - \cdot$\\\hline + G & $- - \cdot$ & H & $\cdot\cdot\cdot\cdot$ & I & $\cdot\cdot$\\\hline + J & $\cdot - - -$ & K & $- \cdot -$ & L & $\cdot - \cdot\cdot$\\\hline + M & $- -$ & N & $- \cdot$ & O & $- - -$\\\hline + P & $\cdot - - \cdot$ & Q & $- - \cdot -$ & R & $\cdot - \cdot$\\\hline + S & $\cdot \cdot \cdot$ & T & $-$ & U & $\cdot\cdot -$\\\hline + V & $\cdot\cdot\cdot -$ & W & $\cdot - -$ & X & $- \cdot\cdot -$\\\hline + Y & $- \cdot - -$ & Z & $- - \cdot\cdot$ & & \\\hline\hline + 1 & $\cdot - - - -$ & 2 & $\cdot \cdot - - -$ & 3 & $\cdot\cdot\cdot - -$\\\hline + 4 & $\cdot\cdot\cdot\cdot -$ & 5 & $\cdot\cdot\cdot\cdot\cdot$ & 6 & $- \cdot\cdot\cdot\cdot$\\\hline + 7 & $- - \cdot\cdot\cdot$ & 8 & $- - - \cdot\cdot$ & 9 & $- - - -\cdot$\\\hline + 0 & $- - - - -$ & & & & \\\hline +\end{longtable}