diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex new file mode 100644 index 00000000000..233f6884ed0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/multibox.tex @@ -0,0 +1,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}
\ No newline at end of file |