home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!news.duc.auburn.edu!usenet
- From: hankedr@mail.auburn.edu (Darrel Hankerson)
- Subject: Re: help with XYpic
- Message-ID: <1993Jan13.024208.18706@news.duc.auburn.edu>
- Sender: usenet@news.duc.auburn.edu (News Account)
- Nntp-Posting-Host: lab1.duc.auburn.edu
- Organization: Auburn University, Alabama
- References: <C0qF8u.n08@fiu.edu>
- Date: Wed, 13 Jan 1993 02:42:08 GMT
- Lines: 20
-
- >[Question on Rose's XYpic diagram package]
- >But what do I type to get:
- > ___
- > | |
- > a b c d e
- >
- >Replacing `d/0pt[1,1] up above with `u/0pt[1,1] doesn't work (I get
- >a horizontal line).
-
- [x,y] indicates relative entries. You want:
- $$\diagram
- 0,0 & 0,1 & 0,2 \\
- a & b \xline `u[-1,0] `[0,2] [0,2] & c & d & e
- \enddiagram
- $$
-
- The first line is for illustration--it should be changed to
- & & \\
-
- --Darrel Hankerson hank@ducvax.auburn.edu
-