File: morse.tex

package info (click to toggle)
latexml 0.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,920 kB
  • sloc: xml: 109,048; perl: 30,224; sh: 179; javascript: 28; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{article}
\usepackage{array}
\begin{document}
     
\begin{tabular}{|l|>{\tt}l||l|>{\tt}l||l|>{\tt}l||l|>{\tt}l||l|>{\tt}l|}\hline
          A &     .- & B &  -... & C &  -.-. & D &   -.. & E &  .\\
          F &   ..-. & G &   --. & H &  .... & I &    .. & J &   .---\\
          K &    -.- & L &  .-.. & M &    -- & N &    -. & O &   --- \\
          P &  .--.  & Q &   --.- & R &  .-. & S &   ... & T &    - \\
          U &  ..-   & V &   ...- & W &  .-- & X &  -..- & Y &  -.-- \\
          Z &  --..  &   &        &   &      &   &       &   &        
\\\hline
          1 &  .---- & 2 & ..--- & 3 & ...-- & 4 & ....- & 5 &  .....\\
          6 &  -.... & 7 & --... & 8 & ---.. & 9 & ----. & 0 & -----
\\\hline
        \end{tabular}

\end{document}