diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx new file mode 100644 index 00000000000..7dc80034d3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx @@ -0,0 +1,18 @@ +\documentclass{ppex} +\nonstopmode +\usepackage [frame]{xy} +\pagestyle{empty} +\setlength\textwidth{183.0pt} +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage [frame]{xy} +\[\begin{xy} + ,(0,0)*+=[o][F]\txt{Box} + ,(12,0)*+=[o]=<9mm>[F]\txt{Box} + ,(0,12)*+=[o]+[F]\txt{Box} + ,(12,12)*+=[o]++[F]\txt{Box} + ,(0,24)*+=[o]-[F]\txt{Box} + ,(12,24)*+=[o]--[F]\txt{Box} +\end{xy}\] +\end{document} |