diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx new file mode 100644 index 00000000000..dff7e298128 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/5-4-4.ltx @@ -0,0 +1,19 @@ +\documentclass{ppex} +\nonstopmode +\usepackage [frame]{xy} +\pagestyle{empty} +\setlength\textwidth{183.0pt} +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage [frame]{xy} +\[\begin{xy} + (0,0)*+++{L}="l"; + p+(15,10)*+++{M}**\frm{_)}% 1 + **\frm{\{} % 2 + ;**\frm{\}} % 3 + ,p+(15,10)*+++{R}**\frm{(} % 4 + **\frm{\}} % 5 + ;"l"**\frm{^\}} % 6 +\end{xy}\] +\end{document} |