~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to t/alignment/morse.tex

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-1asj0n4u3w4q6jem
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\documentclass{article}
 
2
\usepackage{array}
 
3
\begin{document}
 
4
     
 
5
\begin{tabular}{|l|>{\tt}l||l|>{\tt}l||l|>{\tt}l||l|>{\tt}l||l|>{\tt}l|}\hline
 
6
          A &     .- & B &  -... & C &  -.-. & D &   -.. & E &  .\\
 
7
          F &   ..-. & G &   --. & H &  .... & I &    .. & J &   .---\\
 
8
          K &    -.- & L &  .-.. & M &    -- & N &    -. & O &   --- \\
 
9
          P &  .--.  & Q &   --.- & R &  .-. & S &   ... & T &    - \\
 
10
          U &  ..-   & V &   ...- & W &  .-- & X &  -..- & Y &  -.-- \\
 
11
          Z &  --..  &   &        &   &      &   &       &   &        
 
12
\\\hline
 
13
          1 &  .---- & 2 & ..--- & 3 & ...-- & 4 & ....- & 5 &  .....\\
 
14
          6 &  -.... & 7 & --... & 8 & ---.. & 9 & ----. & 0 & -----
 
15
\\\hline
 
16
        \end{tabular}
 
17
 
 
18
\end{document}