summaryrefslogtreecommitdiff
path: root/info/examples/lgc/5-3-8.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc/5-3-8.ltx')
-rw-r--r--info/examples/lgc/5-3-8.ltx18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/examples/lgc/5-3-8.ltx b/info/examples/lgc/5-3-8.ltx
new file mode 100644
index 0000000000..7dc80034d3
--- /dev/null
+++ b/info/examples/lgc/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}