home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14682 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  872 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!tamsun.tamu.edu!mclean
  2. From: mclean@math.tamu.edu (Robert Mclean)
  3. Newsgroups: comp.text.tex
  4. Subject: Row vector times a matrix alignment
  5. Date: 6 Jan 1993 20:51:12 GMT
  6. Organization: Dept of Mathematics, Texas A&M University
  7. Lines: 22
  8. Sender: Robert McLean
  9. Message-ID: <1ifgo0INN20p@tamsun.tamu.edu>
  10. NNTP-Posting-Host: math.tamu.edu
  11.  
  12. Howdy, (requisite Aggie salutation.) I have a question which I probably
  13. shouldn't be worrying about, TeX is good at making us worry about little
  14. texnicalities.
  15.  
  16. I would like to have a row vector times a matrix to look like this:
  17.  
  18. (x,y,z) (a1,a2,a3)
  19.         (a4,a5,a6)
  20.         (a7,a8,a9)
  21.  
  22. rather than how TeX usually spits it out as:
  23.  
  24.         (a1,a2,a3)
  25. (x,y,z) (a4,a5,a6)
  26.         (a7,a8,a9)
  27.  
  28. Any, suggestions how to get it to align them at the top?
  29.  
  30. T.I.A.
  31.  
  32. robert mclean
  33.  
  34.