home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14887 < prev    next >
Encoding:
Text File  |  1993-01-12  |  905 b   |  33 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!news.duc.auburn.edu!usenet
  3. From: hankedr@mail.auburn.edu (Darrel Hankerson)
  4. Subject: Re: help with XYpic
  5. Message-ID: <1993Jan13.024208.18706@news.duc.auburn.edu>
  6. Sender: usenet@news.duc.auburn.edu (News Account)
  7. Nntp-Posting-Host: lab1.duc.auburn.edu
  8. Organization: Auburn University, Alabama
  9. References: <C0qF8u.n08@fiu.edu>
  10. Date: Wed, 13 Jan 1993 02:42:08 GMT
  11. Lines: 20
  12.  
  13. >[Question on Rose's XYpic diagram package]
  14. >But what do I type to get:
  15. >       ___
  16. >      |   |
  17. >    a b c d e
  18. >
  19. >Replacing `d/0pt[1,1] up above with `u/0pt[1,1] doesn't work (I get
  20. >a horizontal line).
  21.  
  22. [x,y] indicates relative entries. You want:
  23. $$\diagram
  24. 0,0 & 0,1 & 0,2 \\
  25. a & b \xline `u[-1,0] `[0,2] [0,2]  & c & d & e
  26. \enddiagram
  27. $$
  28.  
  29. The first line is for illustration--it should be changed to
  30.   & & \\
  31.  
  32. --Darrel Hankerson hank@ducvax.auburn.edu
  33.