1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
\documentclass{report}
\usepackage{multibox}
\newcommand{\ovr}[1]{\ensuremath{\overline\mathrm{#1}}}
\begin{document}
\unitlength5mm\centering
\begin{picture}(12,8)
\put(4,0){\framebox(4,8){'LS137}}
\put(5.6,7.8){\framebox(0.8,0.2){}}
\multiput(4,0.5)(0,1){8}{\oval(0.4,0.4)[l]}
\multiput(8,0.5)(0,1){8}{\oval(0.4,0.4)[r]}
\begin{tiny}
\multimake(4.1,0)(0,1){8}(0,1)[l]{8}{7}
{6}{5}{4}{3}{2}{1}
\multimake(7.9,0)(0,1){8}(0,1)[r]{9}{10}
{11}{12}{13}{14}{15}{16}
\end{tiny}
\multimake(3.6,0)(0,1){8}(0,1)[r]{$\perp$}
{\ovr{Y_7}}{G}{\ovr{G}}{\ovr{LE}}{A$_2$}
{A$_1$}{A$_0$}
\multimake(8.4,0)(0,1){8}(0,1)[l]{\ovr{Y_6}}
{\ovr{Y_5}}{\ovr{Y_4}}{\ovr{Y_3}}
{\ovr{Y_2}}{\ovr{Y_1}}{\ovr{Y_0}}{$\oplus$}
\end{picture}
\end{document}
|