kryptoprojekt/spioncamp/codierung-morse-loesung.tex

17 lines
411 B
TeX

\documentclass[12pt]{scrartcl}
\usepackage[LB]{spioncamp}
\usepackage{morse}
\def\version{3 \today}
\begin{document}
\title{Morse-Alphabet}
\subtitle{Codierung}
\solution{1}{%
\textbf{HALLO}
}
\solution{2}{%
\textbf{ . . . } \textbf{ -- -- -- } \textbf{ . . . } ist das Zeichen für SOS. \\In Not wird aber nicht >>SOS SOS \ldots<< gefunkt, sondern immer >>S<< und >>O<< abwechselnd.
}
\end{document}