From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/examples/ltt/multibox.tex | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 info/examples/ltt/multibox.tex (limited to 'info/examples/ltt/multibox.tex') diff --git a/info/examples/ltt/multibox.tex b/info/examples/ltt/multibox.tex new file mode 100644 index 0000000000..14a3c2c87b --- /dev/null +++ b/info/examples/ltt/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 -- cgit v1.2.3