diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx new file mode 100644 index 00000000000..53dd01436a8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-6.ltx @@ -0,0 +1,14 @@ +\documentclass{ppex} +\nonstopmode +\usepackage [frame]{xy} +\pagestyle{empty} +\setlength\textwidth{183.0pt} +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage [frame]{xy} +\[\begin{xy} + (0,0)*@{o}*!UL{Box1}*\frm{-}*@{x} + ,(20,0)*@{o}*!RD{Box2}*\frm{-}*@{x} +\end{xy}\] +\end{document} |