20 lines
347 B
TeX
20 lines
347 B
TeX
|
\documentclass[12pt]{scrartcl}
|
||
|
\usepackage[LB]{spioncamp}
|
||
|
\usepackage{wrapfig}
|
||
|
\usepackage[puttinydots,useemptybox]{braille}
|
||
|
|
||
|
\newcommand{\br}[1]{\begin{Huge}\braille{#1}\end{Huge}}
|
||
|
|
||
|
\begin{document}
|
||
|
\title{Braille-Schrift}
|
||
|
\subtitle{Codierung}
|
||
|
|
||
|
\solution{1}{
|
||
|
\textbf{SPIONCAMP}
|
||
|
}
|
||
|
|
||
|
\solution{2}{
|
||
|
\textbf{DIE ANTWORT IST 42}
|
||
|
}
|
||
|
|
||
|
\end{document}
|