summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/5-3-8.ltx
blob: 7dc80034d3d16e642745f398b178ec073af5279e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}