home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / text / tex / 14525 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!max.fiu.edu!serss0!richard
  3. From: richard@serss0 (Richard A Simm)
  4. Subject: Referencing tables and figures
  5. Organization: Florida International University, Miami
  6. Date: Wed, 30 Dec 1992 17:33:30 GMT
  7. Message-ID: <C0323v.E0B@fiu.edu>
  8. Sender: news@fiu.edu (Usenet Administrator)
  9. Lines: 20
  10.  
  11. I need a macro package that allows easy referencing of tables and figured in
  12. Plain TeX. What I'm looking for is something that will do:
  13.  
  14.     \newtable{Matrix Representation}
  15.     % table defined here
  16.     {\bf Table \prtablenum{Matrix Representation}}: Matrix Representation
  17.     ...
  18.     ... See Table \prtablenum{Matrix Representation} for a description
  19.     of how to format your tables. ...
  20.  
  21. I need the same for Figures. I don't need to cross-reference page numbers
  22. with where the table/figure is located though. I've looked through tex.index
  23. but haven't found anything.
  24.  
  25. Another feature that would be nice is a \tableindex that would format the
  26. tables and their titles (similar to a bibliography at the end of a
  27. document).
  28.  
  29.  
  30. Albert        richard@serss0.fiu.edu
  31.